Disable SWIGWARN_LANG_EXPERIMENTAL while running test suite for C
We really don't need all the warnings while testing, they are only useful for SWIG users, not when developing it.
This commit is contained in:
parent
080d3075e3
commit
9ac6ab3b8a
1 changed files with 3 additions and 0 deletions
|
|
@ -110,6 +110,9 @@ char_binary.cpptest director_binary_string.cpptest li_typemaps.cpptest li_typema
|
|||
|
||||
include $(srcdir)/../common.mk
|
||||
|
||||
# Overridden variables here
|
||||
SWIGOPT += -w524 # Suppress SWIGWARN_LANG_EXPERIMENTAL warning
|
||||
|
||||
SRCDIR = ../$(srcdir)/
|
||||
|
||||
# Rules for the different types of tests
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue