Compiler
#1

Hi,

When i finish compile i get about 700 warnings loose indentation And about ~300 symbol is assigned a value that is never used

I know this is not important warnings but them are a lot of. Is there any effect in server i mean bigger lagg or bigger cpu or ram use?
Reply
#2

No, warnings are just that (mostly). However:
1) How can you find yourself in badly formated, unindeted code?
2) How will you spot a legitimate error in a sea of warnings?
Reply
#3

use extreme pawn it have auto indent feature
Reply
#4

I recommend to improve warring
PHP код:
public OnFilterScriptInit(){
    
    
bla bla
    
bla bla 
//<-- loose indentation

    
return 1;

Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)