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:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2017-11-24 16:05:39 +0300
committerGitHub <noreply@github.com>2017-11-24 16:05:39 +0300
commit5ef930b5f82c48e1601916aaeb42e53f32e4003b (patch)
tree437a994834afa755c16ebdc7ed260f59e57e44c2 /mcs/class/System.IO.Compression.FileSystem/Makefile
parent7b4dfeebc40cf8c027819b8b7bd85a4e7c87ad50 (diff)
[bcl] Build some assemblies with -warnaserror (#5295)
* [bcl] Build some assemblies with -warnaserror This ensures that we keep the build warning free. We'll only opt-in a few assemblies that already have zero warnings. We also only apply this when using csc as mcs might raise different warnings. For now just opt-in assemblies in the net_4_x profile.
Diffstat (limited to 'mcs/class/System.IO.Compression.FileSystem/Makefile')
-rw-r--r--mcs/class/System.IO.Compression.FileSystem/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/mcs/class/System.IO.Compression.FileSystem/Makefile b/mcs/class/System.IO.Compression.FileSystem/Makefile
index bb28e11d66e..6c5cb1f6ed0 100644
--- a/mcs/class/System.IO.Compression.FileSystem/Makefile
+++ b/mcs/class/System.IO.Compression.FileSystem/Makefile
@@ -8,6 +8,7 @@ KEYFILE = ../ecma.pub
LIB_MCS_FLAGS = -unsafe
TEST_MCS_FLAGS =
TEST_LIB_REFS = System System.Core System.IO.Compression
+LIBRARY_WARN_AS_ERROR = yes
RESX_RESOURCE_STRING = \
../../../external/corefx/src/System.IO.Compression.FileSystem/src/Resources/Strings.resx \