Tools - Disable pboproject warnings are errors in build script (#8049)

Macros with unused variables are now warnings
This causes issues with logging macros being unused with disabled debug
This commit is contained in:
Björn Dahlgren 2021-01-10 20:27:25 +01:00 committed by GitHub
parent fe544a274d
commit d991f8ebdc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1268,7 +1268,7 @@ See the make.cfg file for additional build options.
cmd = [makepboTool, "-P","-A","-X=*.backup", os.path.join(work_drive, prefix, module),os.path.join(module_root, release_dir, project,"addons")]
else:
cmd = [pboproject, "-P", os.path.join(work_drive, prefix, module), "+Engine=Arma3", "-S", "+Noisy", "+Clean", "+Mod="+os.path.join(module_root, release_dir, project), "-Key"]
cmd = [pboproject, "-P", os.path.join(work_drive, prefix, module), "+Engine=Arma3", "-S", "+Noisy", "+Clean", "-Warnings", "+Mod="+os.path.join(module_root, release_dir, project), "-Key"]
color("grey")
if quiet: