[Ajuda] Warnings - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: Non-English (
https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (
https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (
https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] Warnings (
/showthread.php?tid=599988)
Warnings -
Welconha - 02.02.2016
PHP код:
pawno\include\DOF2.inc(275) : warning 219: local variable "f" shadows a variable at a preceding level
pawno\include\DOF2.inc(978) : warning 219: local variable "f" shadows a variable at a preceding level
pawno\include\DOF2.inc(1037) : warning 219: local variable "f" shadows a variable at a preceding level
Linha 275
PHP код:
new File: f = fopen (file, io_append);
Linha 978
PHP код:
new
File: f = fopen (CurrentFile, io_write),
bool: firstline = true,
entry;
Linha 1037
PHP код:
new
File: f = fopen (file, io_readwrite),
buf [MAX_LINE_SIZE],
Como resolver esses warnings na include DOF2 ?
Re: Warnings -
[BOPE]Seu._.Madruga - 02.02.2016
Linha 275
PHP код:
new File: bradoks = fopen (file, io_append);
Linha 978
PHP код:
new
File: bradoks = fopen (CurrentFile, io_write),
bool: firstline = true,
entry;
Linha 1037
PHP код:
new
File: bradoks = fopen (file, io_readwrite),
buf [MAX_LINE_SIZE],