2005-12-20 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / Commons.Xml.Relaxng / Makefile
index 08269ad2d14759a50ff982a88db600474a8f2a07..322d055a0c58fbc375ad9cb6597fa05e2f8f896f 100644 (file)
@@ -9,7 +9,7 @@ OTHER_RES = $(RESOURCE_FILES)
 LIBRARY = Commons.Xml.Relaxng.dll
 LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll /r:System.Xml.dll \
        $(foreach r, $(OTHER_RES), /resource:$(r),$(notdir $(r)))
-TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
+TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:0618 -nowarn:219 -nowarn:169
 EXTRA_DISTFILES = \
        Commons.Xml.Relaxng.Rnc/RncParser.jay   \
        Test/ChangeLog          \