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 23:02:11 +0400
committerSebastien Pouliot <sebastien@ximian.com>2005-04-16 23:02:11 +0400
commit45bd1361e954422138309f64a21581682a0c044a (patch)
tree50c2f0bcf61cbee3ea6785681575c1848b0f2965 /mcs/class/System.XML/Makefile
parent400109441a24fb941333457da20f0f3961d442b1 (diff)
reduce warnings when compiling unit tests
svn path=/trunk/mcs/; revision=43111
Diffstat (limited to 'mcs/class/System.XML/Makefile')
-rw-r--r--mcs/class/System.XML/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/System.XML/Makefile b/mcs/class/System.XML/Makefile
index 7274e2cdd86..90cbb9f2521 100644
--- a/mcs/class/System.XML/Makefile
+++ b/mcs/class/System.XML/Makefile
@@ -29,7 +29,7 @@ LIBRARY_COMPILE = $(BOOT_COMPILE)
endif
LIB_MCS_FLAGS = $(SCARY_LIB) /unsafe /r:$(corlib) /r:System.dll /nowarn:0162 /nowarn:0618 /nowarn:0612
-TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
+TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:0618 -nowarn:219 -nowarn:169
EXTRA_DISTFILES = \
Mono.System.XML.csproj \