HTML5: Fix warnings and re-enable werror=yes on CI

Add a missing call to disable warnings on a forked env for freetype's
`sfnt.c`.
This commit is contained in:
Rémi Verschelde 2021-08-06 10:32:02 +02:00
parent 34421683eb
commit c44ebb020d
No known key found for this signature in database
GPG key ID: C3336907360768E1
3 changed files with 3 additions and 2 deletions

View file

@ -4,7 +4,7 @@ on: [push, pull_request]
# Global Settings
env:
GODOT_BASE_BRANCH: master
SCONSFLAGS: platform=javascript verbose=yes warnings=extra debug_symbols=no --jobs=2
SCONSFLAGS: platform=javascript verbose=yes warnings=extra werror=yes debug_symbols=no --jobs=2
SCONS_CACHE_LIMIT: 4096
EM_VERSION: 2.0.25
EM_CACHE_FOLDER: 'emsdk-cache'