Merge pull request #152 from alliedmodders/error-sp-warnings
Treat SourcePawn warnings as errors when building (r=dvander).
This commit is contained in:
commit
acdd9e12ea
@ -35,6 +35,7 @@ spcomp_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, smx_file):
|
||||
|
Loading…
Reference in New Issue
Block a user