mirror of
https://github.com/fluencelabs/musl
synced 2025-04-25 07:12:15 +00:00
[WebAssembly] Add -Wno-empty-body to wasm build (#24)
This is needed to suppress new llvm warnings
This commit is contained in:
parent
0f2a7be58e
commit
1086c398e6
1
libc.py
1
libc.py
@ -41,6 +41,7 @@ WEAK_BLACKLIST = [
|
|||||||
CFLAGS = ['-std=c99',
|
CFLAGS = ['-std=c99',
|
||||||
'-D_XOPEN_SOURCE=700',
|
'-D_XOPEN_SOURCE=700',
|
||||||
'-Werror',
|
'-Werror',
|
||||||
|
'-Wno-empty-body',
|
||||||
'-Wno-incompatible-library-redeclaration',
|
'-Wno-incompatible-library-redeclaration',
|
||||||
'-Wno-shift-op-parentheses',
|
'-Wno-shift-op-parentheses',
|
||||||
'-Wno-tautological-unsigned-zero-compare',
|
'-Wno-tautological-unsigned-zero-compare',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user