03.08.2012, 16:40
Quote:
I got 95k lines and i never experience any issues with a warning compiler, also i do not have any warning, it's interesting since you don't get any warning from a line, just a compile warning
|
Here is an examples how to case that warning
pawn Код:
stock Func1() {
new // a little bit over 4000 cells in one func
array1[8],
array2[16],
array3[32],
array4[64],
array5[128],
array6[256],
array7[512],
array8[1024],
array9[2048]
;
}