From 6c4a57aaaa0f8de83e86ba71525d7e1e1731295d Mon Sep 17 00:00:00 2001 From: Gert Driesen Date: Sat, 7 Apr 2007 16:22:35 +0000 Subject: * Makefile: Do not output deprecated warnings. svn path=/trunk/mcs/; revision=75505 --- mcs/class/System.ServiceProcess/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mcs/class/System.ServiceProcess/Makefile') diff --git a/mcs/class/System.ServiceProcess/Makefile b/mcs/class/System.ServiceProcess/Makefile index 3e1e6f988ce..917e370a265 100644 --- a/mcs/class/System.ServiceProcess/Makefile +++ b/mcs/class/System.ServiceProcess/Makefile @@ -3,7 +3,8 @@ SUBDIRS = include ../../build/rules.make LIBRARY = System.ServiceProcess.dll -LIB_MCS_FLAGS = /r:System.dll /r:System.Configuration.Install.dll /warnaserror +LIB_MCS_FLAGS = /r:System.dll /r:System.Configuration.Install.dll \ + /warnaserror /nowarn:0618 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) /warnaserror EXTRA_DISTFILES = -- cgit v1.2.3