Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Drochak <nickd@mono-cvs.ximian.com>2004-01-07 17:51:32 +0300
committerNick Drochak <nickd@mono-cvs.ximian.com>2004-01-07 17:51:32 +0300
commit5424bb46aff883133d23f9145aa54815e66c58ea (patch)
treed5b8f4de39cadb2fb135f523f9e2ab84f9e3f1e6 /mcs/class/System.XML/Makefile
parent779b2bb2f00e5aaaa89691d893f24f6638cccbed (diff)
2004-01-07 Nick Drochak <ndrochak@ieee.org>
* Makefile: Don't hide behind the /nowarns. Fix them. svn path=/trunk/mcs/; revision=21811
Diffstat (limited to 'mcs/class/System.XML/Makefile')
-rw-r--r--mcs/class/System.XML/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/System.XML/Makefile b/mcs/class/System.XML/Makefile
index 3181b2bef5e..2ca8ea7879d 100644
--- a/mcs/class/System.XML/Makefile
+++ b/mcs/class/System.XML/Makefile
@@ -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 = \