remove-Werror.patch 541 B

123456789101112131415
  1. disable -Werror
  2. --- w-openjdk-6.orig/openjdk-6/hotspot/make/linux/makefiles/gcc.make 2011-02-28 17:03:13.000000000 +0100
  3. +++ w-openjdk-6/openjdk-6/hotspot/make/linux/makefiles/gcc.make 2011-08-19 18:18:55.997423368 +0200
  4. @@ -108,9 +108,6 @@
  5. CFLAGS += -pipe
  6. endif
  7. -# Compiler warnings are treated as errors
  8. -WARNINGS_ARE_ERRORS = -Werror
  9. -
  10. # Except for a few acceptable ones
  11. # Since GCC 4.3, -Wconversion has changed its meanings to warn these implicit
  12. # conversions which might affect the values. To avoid that, we need to turn