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-20 22:22:21 +0300
committerAtsushi Eno <atsushieno@gmail.com>2005-01-20 22:22:21 +0300
commit39339be1407df309b1574f90122f8ef5107dad6c (patch)
treef05e79f5e06fee0de31adbbf1bd1d1d198a2813a /mcs/class/System.XML/Makefile
parent6f71019905bc28cdc04712baffa4e6f47c5eafdc (diff)
2004-01-20 Atsushi Enomoto <atsushi@ximian.com>
* Makefile : amd64 build complains /nowarn:0162. It should not, but now removing since it breaks the build. svn path=/trunk/mcs/; revision=39267
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 9379605b3e4..f073f46f35d 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:0162 /nowarn:0618 /nowarn:0612
+LIB_MCS_FLAGS = $(SCARY_LIB) /unsafe /r:$(corlib) /r:System.dll /nowarn:0618 /nowarn:0612
TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
EXTRA_DISTFILES = \