mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-25 06:15:37 +03:00
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'),
|
||||
os.path.join(builder.buildPath, builder.buildFolder)),
|
||||
'-h',
|
||||
'-E',
|
||||
]
|
||||
|
||||
def build_plugin(script_path, amxx_file, extra_argv = []):
|
||||
|
Loading…
Reference in New Issue
Block a user