04.04.2015, 13:48
I don't know if can understand French, but if you can : https://sampforum.blast.hk/showthread.php?tid=534218
#pragma isn't only made to hide warnings. It can also be very useful to do other things (such as ctrlchar, pack, codepage or even amxram).
Finally, the debug messages aren't really warnings but, as I stated, debug messages. I'm sure I teach you nothing here in my whole post - especially here - but you can enable this kind of messages at each compilation you process by compiling in -d2 or -d3 (using pawno, it's by creating the pawn.cfg file and writing down the requested compilation options).
#pragma isn't only made to hide warnings. It can also be very useful to do other things (such as ctrlchar, pack, codepage or even amxram).
Finally, the debug messages aren't really warnings but, as I stated, debug messages. I'm sure I teach you nothing here in my whole post - especially here - but you can enable this kind of messages at each compilation you process by compiling in -d2 or -d3 (using pawno, it's by creating the pawn.cfg file and writing down the requested compilation options).