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:
authorMarek Safar <marek.safar@gmail.com>2012-02-16 23:11:34 +0400
committerMarek Safar <marek.safar@gmail.com>2012-02-17 16:37:26 +0400
commitf7763d0d78c3fbdd0ecc811bdca1bb51940e19ac (patch)
treed2e3fa7eec6188df385534ca619dc6da58e226e2 /mcs/class/Mono.C5
parent3001d86d28f5c77786b8137ed3c90a82426cc492 (diff)
Fix few more warnings
Diffstat (limited to 'mcs/class/Mono.C5')
-rw-r--r--mcs/class/Mono.C5/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/Mono.C5/Makefile b/mcs/class/Mono.C5/Makefile
index fd1223745e0..9f0fdfac6be 100644
--- a/mcs/class/Mono.C5/Makefile
+++ b/mcs/class/Mono.C5/Makefile
@@ -4,7 +4,7 @@ include ../../build/rules.make
LIBRARY = Mono.C5.dll
LIBRARY_SNK = c5.snk
-LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll -nowarn:169,219,414,1030
+LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll -nowarn:169,219,414,1030,3001,3005,3006
TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:0618 -nowarn:219 -nowarn:169
EXTRA_DISTFILES = \