]> git.pld-linux.org Git - packages/openjdk8.git/blame - hotspot-disable-werror.patch
relax version requirements when renaming directories
[packages/openjdk8.git] / hotspot-disable-werror.patch
CommitLineData
d164db4b
JP
1# DP: Turn off -Werror for hotspot, overwrites -fpermissive.
2
3--- a/hotspot/make/linux/makefiles/gcc.make
4+++ b/hotspot/make/linux/makefiles/gcc.make
5@@ -202,7 +202,7 @@ else
6 endif
7
8 # Compiler warnings are treated as errors
9-WARNINGS_ARE_ERRORS = -Werror
10+WARNINGS_ARE_ERRORS =
11
12 ifeq ($(USE_CLANG), true)
13 # However we need to clean the code up before we can unrestrictedly enable this option with Clang
This page took 0.051564 seconds and 4 git commands to generate.