Javascript test-suite - warning suppression not needed

This commit is contained in:
William S Fulton 2014-04-24 22:49:48 +01:00
commit 889c8e24c7

View file

@ -29,13 +29,7 @@ ifneq (jsc,$(ENGINE))
# This test can not be run with v8 as it uses v8 API incompatible output typemaps
typemap_variables.cpptest:
echo "skipping $(LANGUAGE) ($(JSENGINE)) testcase $*" ;
# with v8 we have to generate C++ wrappers only
# these tests did raise warnings which are ignored
nested.ctest: SWIGOPT += -w312,-325
nested_structs.ctest: SWIGOPT += -w312,-325
unions.ctest: SWIGOPT += -w312,-325
echo "skipping $(LANGUAGE) ($(JSENGINE)) testcase typemap_variables" ;
endif