mirror of https://github.com/swig/swig
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:
parent
e15d3e17ac
commit
6a96b8d477
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue