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:
authorAtsushi Eno <atsushieno@gmail.com>2005-09-21 07:35:52 +0400
committerAtsushi Eno <atsushieno@gmail.com>2005-09-21 07:35:52 +0400
commit8b5cdb661980297334c8df5e4d674be35ead2b01 (patch)
tree6c80d17c26a237a0c8756449bd0428cb10179a4d /mcs/class/System.XML/Makefile
parent1ce27f71e99214e8300075f29377311b78229318 (diff)
2005-09-21 Atsushi Enomoto <atsushi@ximian.com>
* Makefile : shut down CS0642 noise. * System.Xml.dll.sources : added XmlOutputMethod. * XmlOutputMethod.cs : new file. * XmlWriter.cs, XmlValidatingReader.cs, XmlReaderSettings.cs, XmlUrlResolver.cs, XmlWriterSettings.cs : more NET_2_0 updates. svn path=/trunk/mcs/; revision=50353
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 dc4fd133621..6370e9e8b87 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 -nowarn:0618 -nowarn:0612
+LIB_MCS_FLAGS = -r:$(corlib) -r:System.dll -nowarn:0162,0618,0612,0642
TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:0618 -nowarn:219 -nowarn:169
nist_dom_files = \