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>2017-01-17 15:47:19 +0300
committerMarek Safar <marek.safar@gmail.com>2017-01-17 15:47:42 +0300
commit1c77897951e790a0304b758bd6c6680529e91e7a (patch)
tree3b45a16f1d3617936088c62dd5d953f285d47259 /mcs/class/monodoc
parent997a6529232b9f9a01c335620e1166b8f81a6161 (diff)
Clean up few warnings
Diffstat (limited to 'mcs/class/monodoc')
-rw-r--r--mcs/class/monodoc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/monodoc/Makefile b/mcs/class/monodoc/Makefile
index a74c9550b55..d7b9717c7fa 100644
--- a/mcs/class/monodoc/Makefile
+++ b/mcs/class/monodoc/Makefile
@@ -6,7 +6,7 @@ LIBRARY = monodoc.dll
LIBRARY_PACKAGE = monodoc
# Remove a bunch of "obsolete"-type warning for Lucene.NET
# also activate legacy mode to compile old monodoc.dll api
-LOCAL_MCS_FLAGS = /nowarn:618,612,672,809 /define:LEGACY_MODE
+LOCAL_MCS_FLAGS = /nowarn:618,612,672,809,414,649 /define:LEGACY_MODE
JAY_FLAGS = -ct