svn path=/trunk/mcs/; revision=29152
@@ -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
@@ -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