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-21 17:24:24 +0400
committerAtsushi Eno <atsushieno@gmail.com>2004-10-21 17:24:24 +0400
commit91f1d604515db16b934eab1dc9379e323e546fff (patch)
tree4bbacd17fef08848b51d224fc50435c8113c8d04 /mcs/class/System.XML/Makefile
parent0daf24397355b58baac210f126e45a044afbd765 (diff)
2004-10-21 Atsushi Enomoto <atsushi@ximian.com>
* Makefile : added -nowarn:0162 -nowarn:0618 to the compiler options. svn path=/trunk/mcs/; revision=35198
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 f82d670955f..c29c1459a43 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
+LIB_MCS_FLAGS = $(SCARY_LIB) /unsafe /r:$(corlib) /r:System.dll /nowarn:0162 /nowarn:0618
TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
EXTRA_DISTFILES = \