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:
Vadim Zeitlin 2021-11-02 17:48:48 +01:00
commit 9ac6ab3b8a

View file

@ -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