* Makefile: Make sure that tests use the same flags as the assembly itself. Also, unverbosify warnings. svn path=/trunk/mcs/; revision=47361
@@ -1,3 +1,8 @@
+2005-07-16 Ben Maurer <[email protected]>
+
+ * Makefile: Make sure that tests use the same flags as the
+ assembly itself. Also, unverbosify warnings.
2005-07-01 Lluis Sanchez Gual <[email protected]>
* System.Web.dll.sources: Added MembershipSection.cs
@@ -60,6 +60,8 @@ LIB_MCS_FLAGS = \
$(OTHER_LIB_MCS_FLAGS) \
$(OTHER_RES:%=/resource:%)
+TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:219
EXTRA_DISTFILES = $(RESOURCE_FILES)
include ../../build/library.make