--- ./openjdk/hotspot/build/linux/makefiles/gcc.make.orig 2007-12-22 19:10:06.000000000 +0000 +++ ./openjdk/hotspot/build/linux/makefiles/gcc.make 2007-12-22 19:10:24.000000000 +0000 @@ -88,7 +88,7 @@ endif # Compiler warnings are treated as errors -WARNINGS_ARE_ERRORS = -Werror +WARNINGS_ARE_ERRORS = # Except for a few acceptable ones ACCEPTABLE_WARNINGS = -Wpointer-arith -Wconversion -Wsign-compare CFLAGS_WARN/DEFAULT = $(WARNINGS_ARE_ERRORS) $(ACCEPTABLE_WARNINGS)