mirror of
https://github.com/fluencelabs/musl
synced 2025-06-14 07:21:40 +00:00
[WebAssembly] Add -Wno-empty-body to wasm build (#24)
This is needed to suppress new llvm warnings
This commit is contained in:
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',
|
||||||
|
Reference in New Issue
Block a user