Jelajahi Sumber

2004-08-25 Nick Drochak <[email protected]>

	* Makefile: Cut down the the build noise.

svn path=/trunk/mcs/; revision=32787
Nick Drochak 21 tahun lalu
induk
melakukan
24de976b8a
2 mengubah file dengan 5 tambahan dan 1 penghapusan
  1. 4 0
      mcs/class/System.Data/ChangeLog
  2. 1 1
      mcs/class/System.Data/Makefile

+ 4 - 0
mcs/class/System.Data/ChangeLog

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

+ 1 - 1
mcs/class/System.Data/Makefile

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