Disable warnings about unsupported features in C test suite

There are too many of them currently for them to be useful.
This commit is contained in:
Vadim Zeitlin 2021-12-09 00:50:26 +01:00
parent e15d3e17ac
commit 6a96b8d477
1 changed files with 3 additions and 1 deletions

View File

@ -94,7 +94,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
# Suppress warnings about experimental status and unsupported features -- there are just too many of those for now for these warnings to be useful.
SWIGOPT += -w524 -w779
%.ctest: SWIGOPT += -nocxx