We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2002f97 commit df3f2eeCopy full SHA for df3f2ee
Examples/test-suite/javascript/Makefile.in
@@ -47,6 +47,7 @@ ifeq (node,$(JSENGINE))
47
# contract macro has an empty 'else' at the end...
48
aggregate.cpptest: GYP_CFLAGS = \"-Wno-empty-body\"
49
contract.cpptest: GYP_CFLAGS = \"-Wno-empty-body\"
50
+ contract_c.ctest: GYP_CFLAGS = \"-Wno-empty-body\"
51
52
# dunno... ignoring generously
53
apply_signed_char.cpptest: GYP_CFLAGS = \"-Wno-ignored-qualifiers\"
0 commit comments