Browse Source

Less noise, remove the warning on deprecated attributes for Tests

svn path=/trunk/mcs/; revision=39873
Miguel de Icaza 21 years ago
parent
commit
f2631bcedd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      mcs/class/System.Web.Services/Makefile

+ 1 - 1
mcs/class/System.Web.Services/Makefile

@@ -10,6 +10,6 @@ LIB_MCS_FLAGS = \
 	/r:System.EnterpriseServices.dll	\
 	/r:System.Xml.dll			\
 	/r:System.Web.dll
-TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
+TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:618
 
 include ../../build/library.make