SA-MP Forums Archive
[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 219local variable "f" shadows a variable at a preceding level
pawno
\include\DOF2.inc(978) : warning 219local variable "f" shadows a variable at a preceding level
pawno
\include\DOF2.inc(1037) : warning 219local variable "f" shadows a variable at a preceding level 
Linha 275
PHP код:
new Filefopen (fileio_append); 
Linha 978
PHP код:
        new
            
Filefopen (CurrentFileio_write),
            
boolfirstline true,
            
entry
Linha 1037
PHP код:
        new
            
Filefopen (fileio_readwrite),
            
buf [MAX_LINE_SIZE], 
Como resolver esses warnings na include DOF2 ?


Re: Warnings - [BOPE]Seu._.Madruga - 02.02.2016

Linha 275
PHP код:
new Filebradoks fopen (fileio_append); 
Linha 978
PHP код:
        new 
            
Filebradoks fopen (CurrentFileio_write), 
            
boolfirstline true
            
entry
Linha 1037
PHP код:
        new 
            
Filebradoks fopen (fileio_readwrite), 
            
buf [MAX_LINE_SIZE],