Browse Source

2004-01-01 Nick Drochak <[email protected]>

	* Makefile: Suppress warnings about multiple Regex defs and obsolete
	calls in the test assembly.

svn path=/trunk/mcs/; revision=21569
Nick Drochak 22 years ago
parent
commit
11a3f558f8
2 changed files with 6 additions and 0 deletions
  1. 5 0
      mcs/class/System/ChangeLog
  2. 1 0
      mcs/class/System/Makefile

+ 5 - 0
mcs/class/System/ChangeLog

@@ -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

+ 1 - 0
mcs/class/System/Makefile

@@ -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	\