From 4e35f9fbfda439eef42d85711c113def49f75bb3 Mon Sep 17 00:00:00 2001 From: Sebastien Pouliot Date: Sat, 16 Apr 2005 18:59:07 +0000 Subject: reduce warnings when compiling unit tests svn path=/trunk/mcs/; revision=43109 --- mcs/class/System.ServiceProcess/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'mcs/class/System.ServiceProcess/Makefile') diff --git a/mcs/class/System.ServiceProcess/Makefile b/mcs/class/System.ServiceProcess/Makefile index 9153893b1f0..c53d28f9d0f 100644 --- a/mcs/class/System.ServiceProcess/Makefile +++ b/mcs/class/System.ServiceProcess/Makefile @@ -4,6 +4,7 @@ include ../../build/rules.make LIBRARY = System.ServiceProcess.dll LIB_MCS_FLAGS = /r:System.dll /r:System.Configuration.Install.dll +TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:0618 -nowarn:219 -nowarn:169 EXTRA_DISTFILES = -- cgit v1.2.3