* Makefile: Cut down the the build noise. svn path=/trunk/mcs/; revision=32787
@@ -1,3 +1,7 @@
+2004-08-25 Nick Drochak <[email protected]>
+
+ * Makefile: Cut down the the build noise.
2004-08-19 Gert Driesen <[email protected]>
* Added System.Data.SqlClient/SqlConnectionTest.cs to
System.Data_test.dll.sources
@@ -12,7 +12,7 @@ endif
LIBRARY = System.Data.dll
LIB_MCS_FLAGS = \
- /nowarn:649 /nowarn:169 /nowarn:219 /nowarn:168 \
+ /nowarn:649 /nowarn:169 /nowarn:219 /nowarn:168 /nowarn:1595 \
/r:$(corlib) \
/r:$(system) \
/r:System.Xml.dll \