* Makefile : just ignore obsolete attribute warnings (those obsolete members are widely used in obsolete code). svn path=/trunk/mcs/; revision=35434
@@ -1,3 +1,8 @@
+2004-10-29 Atsushi Enomoto <[email protected]>
+
+ * Makefile : just ignore obsolete attribute warnings (those obsolete
+ members are widely used in obsolete code).
2004-10-28 Atsushi Enomoto <[email protected]>
* System.Xml.dll.sources : removed IXmlDataEvidence, fixed
@@ -11,7 +11,7 @@ else
SCARY_LIB=/lib:$(prefix)/lib /noconfig
endif
-LIB_MCS_FLAGS = $(SCARY_LIB) /unsafe /r:$(corlib) /r:System.dll /nowarn:0162 /nowarn:0618
+LIB_MCS_FLAGS = $(SCARY_LIB) /unsafe /r:$(corlib) /r:System.dll /nowarn:0162 /nowarn:0618 /nowarn:0612
TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
EXTRA_DISTFILES = \