Disable werrors for the windows github actions for the time being, as it's complaining about sizeof(T) potentially being 0, which apparently it should never be. It will be re-enabled when I figure out what's causing this.

This commit is contained in:
Relintai 2022-04-19 00:59:33 +02:00
parent 93370e9c1d
commit d7f833ee75

View File

@ -3,9 +3,10 @@ on: [push, pull_request]
# Global Settings
# SCONS_CACHE for windows must be set in the build environment
#werror=yes
env:
PANDEMONIUM_BASE_BRANCH: master
SCONSFLAGS: verbose=yes warnings=all werror=yes debug_symbols=no
SCONSFLAGS: verbose=yes warnings=all debug_symbols=no
SCONS_CACHE_MSVC_CONFIG: true
concurrency: