2004-01-07 Nick Drochak <ndrochak@ieee.org>
authorNick Drochak <nickd@mono-cvs.ximian.com>
Wed, 7 Jan 2004 14:51:32 +0000 (14:51 -0000)
committerNick Drochak <nickd@mono-cvs.ximian.com>
Wed, 7 Jan 2004 14:51:32 +0000 (14:51 -0000)
* Makefile: Don't hide behind the /nowarns.  Fix them.

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

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

index 6aa639fa25f30d9d32b99b0dd2bea02bea2858b2..615ab56df7b64798ed025572b196b3c3aedaaa46 100644 (file)
@@ -1,3 +1,7 @@
+2004-01-07  Nick Drochak <ndrochak@ieee.org>
+
+       * Makefile: Don't hide behind the /nowarns.  Fix them.
+
 2004-01-06  Atsushi Enomoto  <atsushi@ximian.com>
 
        * Makefile : use /noconfig like System.dll (to erase make test warning)
index 3181b2bef5e55673ca7714cea57758e0d05a3aa2..2ca8ea7879dbdbb050c12058317a5ebd6552dfd8 100644 (file)
@@ -10,7 +10,7 @@ else
 SCARY_LIB=/lib:$(prefix)/lib /noconfig
 endif
 
-LIB_MCS_FLAGS = $(SCARY_LIB) /unsafe /r:$(corlib) /r:System.dll /nowarn:649 /nowarn:169
+LIB_MCS_FLAGS = $(SCARY_LIB) /unsafe /r:$(corlib) /r:System.dll 
 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
 
 EXTRA_DISTFILES = \