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:
authorNick Drochak <nickd@mono-cvs.ximian.com>2003-12-31 19:00:24 +0300
committerNick Drochak <nickd@mono-cvs.ximian.com>2003-12-31 19:00:24 +0300
commit11a3f558f8caed39353190d93e5ed86828fa1d32 (patch)
treefabd24e91dc6a63bbb18c4acbb3f64f8db1dd7b1 /mcs/class/System/Makefile
parentbfb707603f94f046e07e6c410f2676ee418d89fd (diff)
2004-01-01 Nick Drochak <ndrochak@gol.com>
* Makefile: Suppress warnings about multiple Regex defs and obsolete calls in the test assembly. svn path=/trunk/mcs/; revision=21569
Diffstat (limited to 'mcs/class/System/Makefile')
-rw-r--r--mcs/class/System/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/mcs/class/System/Makefile b/mcs/class/System/Makefile
index f1c99913eee..0217289b6f1 100644
--- a/mcs/class/System/Makefile
+++ b/mcs/class/System/Makefile
@@ -17,6 +17,7 @@ SCARY_LIB=/lib:$(prefix)/lib
endif
LIB_MCS_FLAGS = $(SCARY_LIB) /r:System.Xml.dll /r:$(corlib)
+TEST_MCS_FLAGS = /nowarn:1595 /nowarn:0618
EXTRA_DISTFILES = \
System.Text.RegularExpressions/notes.txt \