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-01-21 21:40:41 +0300
committerAtsushi Eno <atsushieno@gmail.com>2005-01-21 21:40:41 +0300
commit7dcdd86017331a586ca10097705b37ab3747a094 (patch)
tree5a6bbfa85a89bf0f917c12797e0e03ab282ec2f3 /mcs/class/System.XML/Makefile
parentab468c6266f2611c79f7bef746154552a9494e08 (diff)
2004-01-21 Atsushi Enomoto <atsushi@ximian.com>
* Makefile : /nowarn:0162 is back. svn path=/trunk/mcs/; revision=39325
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 f073f46f35d..9379605b3e4 100644
--- a/mcs/class/System.XML/Makefile
+++ b/mcs/class/System.XML/Makefile
@@ -28,7 +28,7 @@ ifdef USE_BOOT_COMPILE
LIBRARY_COMPILE = $(BOOT_COMPILE)
endif
-LIB_MCS_FLAGS = $(SCARY_LIB) /unsafe /r:$(corlib) /r:System.dll /nowarn:0618 /nowarn:0612
+LIB_MCS_FLAGS = $(SCARY_LIB) /unsafe /r:$(corlib) /r:System.dll /nowarn:0162 /nowarn:0618 /nowarn:0612
TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
EXTRA_DISTFILES = \