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/WindowsBase
parent997a6529232b9f9a01c335620e1166b8f81a6161 (diff)
Clean up few warnings
Diffstat (limited to 'mcs/class/WindowsBase')
-rw-r--r--mcs/class/WindowsBase/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/WindowsBase/Makefile b/mcs/class/WindowsBase/Makefile
index d3eaf78bc82..89ff47516df 100644
--- a/mcs/class/WindowsBase/Makefile
+++ b/mcs/class/WindowsBase/Makefile
@@ -4,7 +4,7 @@ include ../../build/rules.make
LIBRARY = WindowsBase.dll
LIB_REFS = System System.Xml
-LIB_MCS_FLAGS = -unsafe
+LIB_MCS_FLAGS = -unsafe -nowarn:67,618
TEST_MCS_FLAGS = -unsafe
TEST_LIB_REFS = WindowsBase System System.Xml System.Core System.IO.Compression