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