What's this ?
#6

Quote:
Originally Posted by HarlemSAMP
Посмотреть сообщение
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
Thats because in most cases one line wont cause this warning (its possible though)

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]
    ;
}
Also if this warning appears the stack and the heap can collide, means data lose within a function
Reply


Messages In This Thread
What's this ? - by MadafakaPro - 03.08.2012, 15:26
Re : What's this ? - by lelemaster - 03.08.2012, 15:44
Re: What's this ? - by [MM]RoXoR[FS] - 03.08.2012, 16:00
Re: What's this ? - by Vince - 03.08.2012, 16:04
Respuesta: What's this ? - by HarlemSAMP - 03.08.2012, 16:22
AW: Respuesta: What's this ? - by Nero_3D - 03.08.2012, 16:40

Forum Jump:


Users browsing this thread: 1 Guest(s)