* Makefile: Do not output deprecated warnings.
authorGert Driesen <drieseng@users.sourceforge.net>
Sat, 7 Apr 2007 16:22:35 +0000 (16:22 -0000)
committerGert Driesen <drieseng@users.sourceforge.net>
Sat, 7 Apr 2007 16:22:35 +0000 (16:22 -0000)
svn path=/trunk/mcs/; revision=75505

mcs/class/System.ServiceProcess/ChangeLog
mcs/class/System.ServiceProcess/Makefile

index 69f4cc5b951f2ddf5fd2b77df277c1b1fcc45a16..b07c9d51912535f268b03d6a0fd089e2c6a5409c 100644 (file)
@@ -1,3 +1,7 @@
+2007-04-07  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * Makefile: Do not output deprecated warnings.
+
 2006-09-22  Gert Driesen  <drieseng@users.sourceforge.net>
 
        * System.ServiceProcess.dll.sources: Added ServiceNameConverter.cs.
index 3e1e6f988ce3cd68347e672f78ceaa4f40abd44b..917e370a265a0c7fd294d427d564c764fe7b5ccf 100644 (file)
@@ -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 =