Author: spouliot
Date: 2005-04-16 17:57:19 -0400 (Sat, 16 Apr 2005)
New Revision: 43131
Modified:
trunk/mcs/class/System/Makefile
Log:
reduce warnings when compiling unit tests
Modified: trunk/mcs/class/System/Makefile
===================================================================
--- trunk/mcs/class/System/Makefile 2005-04-16 21:44:05 UTC (rev 43130)
+++ trunk/mcs/class/System/Makefile 2005-04-16 21:57:19 UTC (rev 43131)
@@ -15,7 +15,7 @@
Test/System/test-uri-relative-props.txt
LIB_MCS_FLAGS = /r:$(corlib)
-TEST_MCS_FLAGS = -nowarn:1595 -nowarn:0618 -nowarn:219 -nowarn:67 \
+TEST_MCS_FLAGS = -nowarn:1595 -nowarn:0618 -nowarn:219 -nowarn:67 -nowarn:169 \
$(foreach f, $(TEST_RESOURCES), -resource:$(f),$(notdir $(f)))
XML_DEP := System.Xml.dll
_______________________________________________
Mono-patches maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches