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:
authorGert Driesen <drieseng@users.sourceforge.net>2007-04-07 20:22:35 +0400
committerGert Driesen <drieseng@users.sourceforge.net>2007-04-07 20:22:35 +0400
commit6c4a57aaaa0f8de83e86ba71525d7e1e1731295d (patch)
tree69516f805580f5966edbc602fb9b05e23ddc6e73 /mcs/class/System.ServiceProcess/Makefile
parenta76e18f45869c5a6512c422bbcd32d0ffebd307a (diff)
* Makefile: Do not output deprecated warnings.
svn path=/trunk/mcs/; revision=75505
Diffstat (limited to 'mcs/class/System.ServiceProcess/Makefile')
-rw-r--r--mcs/class/System.ServiceProcess/Makefile3
1 files changed, 2 insertions, 1 deletions
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 =