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:
authorMarek Safar <marek.safar@gmail.com>2016-11-29 21:16:02 +0300
committerMarek Safar <marek.safar@gmail.com>2016-11-29 21:16:02 +0300
commit47a6f56439c9deab287be770c902d41e91480799 (patch)
tree2b9783dbafd4e4b22d533561425b519832db22b4 /mcs/class/System.Web.Services
parent6b0763dd4a51458164d828bd3aee102553f7752d (diff)
[bcl] Clean up some warnings
Diffstat (limited to 'mcs/class/System.Web.Services')
-rw-r--r--mcs/class/System.Web.Services/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mcs/class/System.Web.Services/Makefile b/mcs/class/System.Web.Services/Makefile
index 0e8dd48092a..6120b04b75a 100644
--- a/mcs/class/System.Web.Services/Makefile
+++ b/mcs/class/System.Web.Services/Makefile
@@ -6,13 +6,13 @@ LIBRARY = System.Web.Services.dll
ifdef MOBILE_PROFILE
LIB_REFS = System System.Xml
LIB_MCS_FLAGS = \
- -nowarn:649 -nowarn:169 \
+ -nowarn:649 -nowarn:168 \
-resource:System.Web.Services.Description/wsdl-1.1.xsd,wsdl-1.1.xsd \
-resource:System.Web.Services.Description/wsdl-1.1-soap.xsd,wsdl-1.1-soap.xsd \
-resource:System.Web.Services.Description/web-reference.xsd,web-reference.xsd
else
LIB_REFS = System System.EnterpriseServices System.Xml System.Data
-LIB_MCS_FLAGS = -nowarn:168,169,219,414,612,649 -d:MONO_BROKEN_CONFIGURATION_DLL
+LIB_MCS_FLAGS = -nowarn:168,612,618,649 -d:MONO_BROKEN_CONFIGURATION_DLL
ifndef NO_SYSTEM_WEB_DEPENDENCY
plainweb = $(the_libdir_base)plainweb/System.Web.dll