summaryrefslogtreecommitdiff
path: root/package/openjdk/patches/remove-Werror.patch
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-01-08 21:24:00 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-01-08 21:24:00 +0100
commit00cbc2bacb89b125b3ed447631cf84e892bb4b77 (patch)
tree672615fa6be75e9f3262bcb1beafd7a138f425a4 /package/openjdk/patches/remove-Werror.patch
parentc29d4fda23a138b713591709ca5ee15c096d467d (diff)
parent1260f8dbf14a1b4edd3b7f37cd7b020f88b3a654 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/openjdk/patches/remove-Werror.patch')
-rw-r--r--package/openjdk/patches/remove-Werror.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/package/openjdk/patches/remove-Werror.patch b/package/openjdk/patches/remove-Werror.patch
deleted file mode 100644
index 445165781..000000000
--- a/package/openjdk/patches/remove-Werror.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-
- disable -Werror
-
---- w-openjdk-6.orig/openjdk-6/hotspot/make/linux/makefiles/gcc.make 2011-02-28 17:03:13.000000000 +0100
-+++ w-openjdk-6/openjdk-6/hotspot/make/linux/makefiles/gcc.make 2011-08-19 18:18:55.997423368 +0200
-@@ -108,9 +108,6 @@
- CFLAGS += -pipe
- endif
-
--# Compiler warnings are treated as errors
--WARNINGS_ARE_ERRORS = -Werror
--
- # Except for a few acceptable ones
- # Since GCC 4.3, -Wconversion has changed its meanings to warn these implicit
- # conversions which might affect the values. To avoid that, we need to turn