]> git.pld-linux.org Git - packages/openjdk8.git/blob - hotspot-disable-werror.patch
relax version requirements when renaming directories
[packages/openjdk8.git] / hotspot-disable-werror.patch
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.083069 seconds and 3 git commands to generate.