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:
authorSebastien Pouliot <sebastien@ximian.com>2005-04-16 23:07:08 +0400
committerSebastien Pouliot <sebastien@ximian.com>2005-04-16 23:07:08 +0400
commit253b1fe584f14bb901b8a89abac31a7e1a1d20c1 (patch)
treedc7b806f66a5cffa01cbd4078a2e4066aa393f07 /mcs/class/Mono.C5
parent8294e1ecae7f0d082d8ef34e9b99bcb07d2135fe (diff)
reduce warnings when compiling unit tests
svn path=/trunk/mcs/; revision=43118
Diffstat (limited to 'mcs/class/Mono.C5')
-rw-r--r--mcs/class/Mono.C5/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/mcs/class/Mono.C5/Makefile b/mcs/class/Mono.C5/Makefile
index 8185352c011..1aba199d7ac 100644
--- a/mcs/class/Mono.C5/Makefile
+++ b/mcs/class/Mono.C5/Makefile
@@ -5,6 +5,7 @@ include ../../build/rules.make
LIBRARY = Mono.C5.dll
LIBRARY_SNK = c5.snk
LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll
+TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:0618 -nowarn:219 -nowarn:169
EXTRA_DISTFILES = \
LICENSE.txt \