Posts: 377
Threads: 78
Joined: Dec 2009
pawn Код:
D:\SA-MP PROJECT\samp03csvr_R2-2_win32\pawno\include\md5.inc(397) : warning 219: local variable "b" shadows a variable at a preceding level
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
Header size: 10484 bytes
Code size: 1662572 bytes
Data size: 7740056 bytes
Stack/heap size: 16384 bytes; estimated max. usage=7299 cells (29196 bytes)
Total requirements: 9429496 bytes
1 Warning.
Posts: 372
Threads: 8
Joined: Jan 2011
Reputation:
0
Show us the line 397.
But you should probably leave that warning as it is(for now), and optimize your script!
Posts: 2,629
Threads: 40
Joined: Mar 2008
Reputation:
0
You have multiple variables called b. Either rename the variable on that line from b or delete it.
Posts: 377
Threads: 78
Joined: Dec 2009
forward ini_GetKey( line[] );
That's line 397
Posts: 2,629
Threads: 40
Joined: Mar 2008
Reputation:
0
It's in the md5.inc that you need to get rid of the variable b from. Or you could get rid of it from your script.
Posts: 377
Threads: 78
Joined: Dec 2009
How to get rid of the variable b from?
Posts: 309
Threads: 12
Joined: Jul 2009
Reputation:
0
Try removing line 397 in md5.inc that contains the variable 'b', and re-compile the gm.