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>2012-02-16 20:06:58 +0400
committerMarek Safar <marek.safar@gmail.com>2012-02-17 16:37:25 +0400
commit2531552bdcee25f89e28f69127fb6088f7e21b0c (patch)
tree38e97163265e4a7d76ce72e4eea0def536b8f09f /mcs/class/System.Dynamic
parent6e61f64e928f0010746df59be9580de3e604f55b (diff)
Reduce warning level for external libraries
Diffstat (limited to 'mcs/class/System.Dynamic')
-rw-r--r--mcs/class/System.Dynamic/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/System.Dynamic/Makefile b/mcs/class/System.Dynamic/Makefile
index faea98dbc87..38490f85cfd 100644
--- a/mcs/class/System.Dynamic/Makefile
+++ b/mcs/class/System.Dynamic/Makefile
@@ -4,7 +4,7 @@ include ../../build/rules.make
LIBRARY = System.Dynamic.dll
-LIB_MCS_FLAGS = -unsafe -d:CODEPLEX_40 -r:System.Core.dll -r:System.dll
+LIB_MCS_FLAGS = -unsafe -d:CODEPLEX_40 -r:System.Core.dll -r:System.dll -nowarn:414,169
# This is a .NET 4.0+ only assembly
VALID_PROFILE := $(filter 4, $(FRAMEWORK_VERSION_MAJOR))