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:
authorMarek Safar <marek.safar@gmail.com>2008-08-28 21:11:51 +0400
committerMarek Safar <marek.safar@gmail.com>2008-08-28 21:11:51 +0400
commit2be4aa8ed9416d3015701f748548c05096782256 (patch)
treec5449f5e70d94c9315b5e9c52d89963b13a46da9 /mcs/class/System.XML/Makefile
parent95a6e77b850b3caa01e54a00e71a01e44fdeb9de (diff)
Warnings cleanup
svn path=/trunk/mcs/; revision=111842
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 c4071b7b5c2..9cd6f0725ba 100644
--- a/mcs/class/System.XML/Makefile
+++ b/mcs/class/System.XML/Makefile
@@ -22,7 +22,7 @@ ifdef USE_BOOT_COMPILE
LIBRARY_COMPILE = $(BOOT_COMPILE)
endif
-LIB_MCS_FLAGS = -r:$(corlib) -r:System.dll -nowarn:0162,0618,0612,0642,1595
+LIB_MCS_FLAGS = -r:$(corlib) -r:System.dll -nowarn:0618,0612,0642
ifeq (net_1_1_java, $(PROFILE))
LIB_MCS_FLAGS += \
-r:System.Xml.dll \