Kaynağa Gözat

* Makefile: Suppress compiler warning cs:618 for test dll.

svn path=/trunk/mcs/; revision=29152
Ravindra 21 yıl önce
ebeveyn
işleme
038dc01003

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

@@ -1,3 +1,7 @@
+2004-06-10  Ravindra <[email protected]>
+
+	* Makefile: Suppress compiler warning cs:618 for test dll.
+
 2004-06-03  Ravindra <[email protected]>
 
 	* Makefile: Updated. We don't need to define the flag

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

@@ -6,6 +6,6 @@ LIBRARY = System.Drawing.dll
 
 LIB_MCS_FLAGS = /unsafe /r:$(corlib) /r:System.dll /nowarn:649 /nowarn:169
 
-TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) /r:System.Drawing.dll 
+TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) /nowarn:618 /r:System.Drawing.dll 
 
 include ../../build/library.make