* Makefile: Suppress warnings about multiple Regex defs and obsolete calls in the test assembly. svn path=/trunk/mcs/; revision=21569
@@ -1,3 +1,8 @@
+2004-01-01 Nick Drochak <[email protected]>
+
+ * Makefile: Suppress warnings about multiple Regex defs and obsolete
+ calls in the test assembly.
2003-05-29 Nick Drochak <[email protected]>
* System_test.dll.config: Nunit loads configs with the same name as the
@@ -17,6 +17,7 @@ SCARY_LIB=/lib:$(prefix)/lib
endif
LIB_MCS_FLAGS = $(SCARY_LIB) /r:System.Xml.dll /r:$(corlib)
+TEST_MCS_FLAGS = /nowarn:1595 /nowarn:0618
EXTRA_DISTFILES = \
System.Text.RegularExpressions/notes.txt \