I am getting a warning, please help
#1

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.
Reply
#2

Show us the line 397.

But you should probably leave that warning as it is(for now), and optimize your script!
Reply
#3

You have multiple variables called b. Either rename the variable on that line from b or delete it.
Reply
#4

forward ini_GetKey( line[] );

That's line 397
Reply
#5

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.
Reply
#6

How to get rid of the variable b from?
Reply
#7

Yeah what they said.
Reply
#8

Try removing line 397 in md5.inc that contains the variable 'b', and re-compile the gm.
Reply


Forum Jump:


Users browsing this thread: