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>2004-10-29 12:36:44 +0400
committerAtsushi Eno <atsushieno@gmail.com>2004-10-29 12:36:44 +0400
commitfa108b4d894716b25d0cdc0a5beef32dd737918d (patch)
treee76d521e7fd07086452d65fe2008bb186dd3e5b5 /mcs/class/System.XML/Makefile
parentfbdfb5852ab4219889b2c0a17c06c0ebabbe19aa (diff)
2004-10-29 Atsushi Enomoto <atsushi@ximian.com>
* Makefile : just ignore obsolete attribute warnings (those obsolete members are widely used in obsolete code). svn path=/trunk/mcs/; revision=35434
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 c29c1459a43..964fced2967 100644
--- a/mcs/class/System.XML/Makefile
+++ b/mcs/class/System.XML/Makefile
@@ -11,7 +11,7 @@ else
SCARY_LIB=/lib:$(prefix)/lib /noconfig
endif
-LIB_MCS_FLAGS = $(SCARY_LIB) /unsafe /r:$(corlib) /r:System.dll /nowarn:0162 /nowarn:0618
+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 = \