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:
authorSebastien Pouliot <sebastien@ximian.com>2005-04-16 22:59:07 +0400
committerSebastien Pouliot <sebastien@ximian.com>2005-04-16 22:59:07 +0400
commit4e35f9fbfda439eef42d85711c113def49f75bb3 (patch)
treec0032b4a93d5e20ee7a63b571eb94f06307afa62 /mcs/class/System.ServiceProcess/Makefile
parentd67ffd8296404606308385db0a4da8dd9b929ba0 (diff)
reduce warnings when compiling unit tests
svn path=/trunk/mcs/; revision=43109
Diffstat (limited to 'mcs/class/System.ServiceProcess/Makefile')
-rw-r--r--mcs/class/System.ServiceProcess/Makefile1
1 files changed, 1 insertions, 0 deletions
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 =