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:03:08 +0400
committerSebastien Pouliot <sebastien@ximian.com>2005-04-16 23:03:08 +0400
commit71c06904dc2160920532385a873d6ae54f6f4db8 (patch)
tree388d0f240f29929bc9d838e51dbff3c1ccf0ebd6 /mcs/class/Mono.Security/Makefile
parent45bd1361e954422138309f64a21581682a0c044a (diff)
reduce warnings when compiling unit tests
svn path=/trunk/mcs/; revision=43112
Diffstat (limited to 'mcs/class/Mono.Security/Makefile')
-rw-r--r--mcs/class/Mono.Security/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/Mono.Security/Makefile b/mcs/class/Mono.Security/Makefile
index 474de045a80..bfbd4a93509 100644
--- a/mcs/class/Mono.Security/Makefile
+++ b/mcs/class/Mono.Security/Makefile
@@ -4,6 +4,6 @@ include ../../build/rules.make
LIBRARY = Mono.Security.dll
LIB_MCS_FLAGS = /r:System.dll /unsafe
-TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) /nowarn:0618 /nowarn:0672
+TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:0618 -nowarn:219 -nowarn:169 -nowarn:0672
include ../../build/library.make