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:
Diffstat (limited to 'mcs/class/System.ServiceProcess/Makefile')
-rw-r--r--mcs/class/System.ServiceProcess/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mcs/class/System.ServiceProcess/Makefile b/mcs/class/System.ServiceProcess/Makefile
index c53d28f9d0f..3e1e6f988ce 100644
--- a/mcs/class/System.ServiceProcess/Makefile
+++ b/mcs/class/System.ServiceProcess/Makefile
@@ -3,8 +3,8 @@ SUBDIRS =
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
+LIB_MCS_FLAGS = /r:System.dll /r:System.Configuration.Install.dll /warnaserror
+TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) /warnaserror
EXTRA_DISTFILES =