Explorar el Código

2004-10-29 Atsushi Enomoto <[email protected]>

	* Makefile : just ignore obsolete attribute warnings (those obsolete
	  members are widely used in obsolete code).

svn path=/trunk/mcs/; revision=35434
Atsushi Eno hace 21 años
padre
commit
fa108b4d89
Se han modificado 2 ficheros con 6 adiciones y 1 borrados
  1. 5 0
      mcs/class/System.XML/ChangeLog
  2. 1 1
      mcs/class/System.XML/Makefile

+ 5 - 0
mcs/class/System.XML/ChangeLog

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

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

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