2004-10-21 Atsushi Enomoto <atsushi@ximian.com>
authorAtsushi Eno <atsushieno@gmail.com>
Thu, 21 Oct 2004 13:24:24 +0000 (13:24 -0000)
committerAtsushi Eno <atsushieno@gmail.com>
Thu, 21 Oct 2004 13:24:24 +0000 (13:24 -0000)
* Makefile : added -nowarn:0162 -nowarn:0618 to the compiler options.

svn path=/trunk/mcs/; revision=35198

mcs/class/System.XML/ChangeLog
mcs/class/System.XML/Makefile

index 3b85f4e1b5b8f27439ebf20e58bc5ccdd0fea7d5..938c561a59a39e7bac2d7fe3513df3b28c27957b 100644 (file)
@@ -1,3 +1,7 @@
+2004-10-21  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * Makefile : added -nowarn:0162 -nowarn:0618 to the compiler options.
+
 2004-10-07  Atsushi Enomoto  <atsushi@ximian.com>
 
        * System.Xml.dll.sources:
index f82d670955f880ad0c4461b330b6845c315da246..c29c1459a432828b45adc57250b5bd4c6de586d3 100644 (file)
@@ -11,7 +11,7 @@ else
 SCARY_LIB=/lib:$(prefix)/lib /noconfig
 endif
 
-LIB_MCS_FLAGS = $(SCARY_LIB) /unsafe /r:$(corlib) /r:System.dll
+LIB_MCS_FLAGS = $(SCARY_LIB) /unsafe /r:$(corlib) /r:System.dll /nowarn:0162 /nowarn:0618
 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
 
 EXTRA_DISTFILES = \