[WebAssembly] Add -Wno-empty-body to wasm build (#24)

This is needed to suppress new llvm warnings
This commit is contained in:
Sam Clegg 2017-11-16 16:26:18 -08:00 committed by GitHub
parent 0f2a7be58e
commit 1086c398e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,6 +41,7 @@ WEAK_BLACKLIST = [
CFLAGS = ['-std=c99',
'-D_XOPEN_SOURCE=700',
'-Werror',
'-Wno-empty-body',
'-Wno-incompatible-library-redeclaration',
'-Wno-shift-op-parentheses',
'-Wno-tautological-unsigned-zero-compare',