Skip to content

Commit df3f2ee

Browse files
committed
Silence javascript warning
1 parent 2002f97 commit df3f2ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Examples/test-suite/javascript/Makefile.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ ifeq (node,$(JSENGINE))
4747
# contract macro has an empty 'else' at the end...
4848
aggregate.cpptest: GYP_CFLAGS = \"-Wno-empty-body\"
4949
contract.cpptest: GYP_CFLAGS = \"-Wno-empty-body\"
50+
contract_c.ctest: GYP_CFLAGS = \"-Wno-empty-body\"
5051

5152
# dunno... ignoring generously
5253
apply_signed_char.cpptest: GYP_CFLAGS = \"-Wno-ignored-qualifiers\"

0 commit comments

Comments
 (0)