Got 2 warnings when compile
#4

pawn Код:
// Global Variables
new string[ MAX_STRING ];

public OnGameModeInit( )
{
    new string[ MAX_STRING ]; // you define it again
    // Rest
    return 1;
Result: warning 219: local variable "string" shadows a variable at a preceding level
Reply


Messages In This Thread
Got 2 warnings when compile - by deltapro - 16.02.2012, 15:57
Re: Got 2 warnings when compile - by deltapro - 16.02.2012, 16:09
Re: Got 2 warnings when compile - by park4bmx - 16.02.2012, 16:14
Re: Got 2 warnings when compile - by Konstantinos - 16.02.2012, 16:15
Re: Got 2 warnings when compile - by deltapro - 16.02.2012, 16:47

Forum Jump:


Users browsing this thread: 2 Guest(s)