Compiler: Treat pawn warnings as errors when building

This commit is contained in:
Arkshine 2014-09-29 15:55:16 +02:00
parent e7c7313f77
commit 199b41af0a

View File

@ -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 = []):