fix mani
[ub0rlay.git] / dev-java / icedtea / files / icedtea-1.4-no-werror.patch
blob6d5d5927fa3a0f3a8e91dfdd881f44f5c6d05f4a
1 --- ./openjdk/hotspot/build/linux/makefiles/gcc.make.orig 2007-12-22 19:10:06.000000000 +0000
2 +++ ./openjdk/hotspot/build/linux/makefiles/gcc.make 2007-12-22 19:10:24.000000000 +0000
3 @@ -88,7 +88,7 @@
4 endif
6 # Compiler warnings are treated as errors
7 -WARNINGS_ARE_ERRORS = -Werror
8 +WARNINGS_ARE_ERRORS =
9 # Except for a few acceptable ones
10 ACCEPTABLE_WARNINGS = -Wpointer-arith -Wconversion -Wsign-compare
11 CFLAGS_WARN/DEFAULT = $(WARNINGS_ARE_ERRORS) $(ACCEPTABLE_WARNINGS)