From 71c06904dc2160920532385a873d6ae54f6f4db8 Mon Sep 17 00:00:00 2001 From: Sebastien Pouliot Date: Sat, 16 Apr 2005 19:03:08 +0000 Subject: reduce warnings when compiling unit tests svn path=/trunk/mcs/; revision=43112 --- mcs/class/Mono.Security/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mcs/class/Mono.Security/Makefile') 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 -- cgit v1.2.3