diff --git a/libc.py b/libc.py index 6e5893cb..b792555c 100755 --- a/libc.py +++ b/libc.py @@ -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',