Fix test configuration.
This commit is contained in:
parent
582bd29769
commit
c2d3da2eec
1 changed files with 3 additions and 3 deletions
|
|
@ -101,11 +101,11 @@ ifeq (node,$(JSENGINE))
|
||||||
# shut up some warnings
|
# shut up some warnings
|
||||||
# contract macro has an empty 'else' at the end...
|
# contract macro has an empty 'else' at the end...
|
||||||
aggregate.cpptest: GYP_CFLAGS = \"-Wno-empty-body\"
|
aggregate.cpptest: GYP_CFLAGS = \"-Wno-empty-body\"
|
||||||
contract_wrap.cpptest: GYP_CFLAGS = \"-Wno-empty-body\"
|
contract.cpptest: GYP_CFLAGS = \"-Wno-empty-body\"
|
||||||
|
|
||||||
# dunno... ignoring generously
|
# dunno... ignoring generously
|
||||||
apply_signed_char.cpptest: GYP_CFLAGS = \"Wno-ignored-qualifiers\"
|
apply_signed_char.cpptest: GYP_CFLAGS = \"-Wno-ignored-qualifiers\"
|
||||||
constant_pointers.cpptest: GYP_CFLAGS = \"Wno-ignored-qualifiers\"
|
constant_pointers.cpptest: GYP_CFLAGS = \"-Wno-ignored-qualifiers\"
|
||||||
enum_thorough.cpptest: GYP_CFLAGS = \"-Wno-ignored-qualifiers\"
|
enum_thorough.cpptest: GYP_CFLAGS = \"-Wno-ignored-qualifiers\"
|
||||||
|
|
||||||
__setup = \
|
__setup = \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue