Compiler: Treat pawn warnings as errors when building
This commit is contained in:
		@@ -62,6 +62,7 @@ amxxpc_argv = [
 | 
			
		||||
  '-i' + os.path.relpath(os.path.join(builder.sourcePath, 'plugins', 'include'),
 | 
			
		||||
                         os.path.join(builder.buildPath, builder.buildFolder)),
 | 
			
		||||
  '-h',
 | 
			
		||||
  '-E',
 | 
			
		||||
]
 | 
			
		||||
 | 
			
		||||
def build_plugin(script_path, amxx_file, extra_argv = []):
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user