core/openjdk/archlinux-disable_Werror.diff
Daniele 918fcfd325 Renamed the icedtea directory into openjdk and fixed the PKGBUILD.
Now the package is named just "openjdk". This should hopefully make for easier replacements with newer major releases of OpenJDK.
2012-08-14 03:20:43 +02:00

12 lines
426 B
Diff

--- openjdk/hotspot/make/linux/makefiles/gcc.make 2012-06-07 16:30:51.000000000 +0200
+++ openjdk/hotspot/make/linux/makefiles/gcc.make.new 2012-06-14 15:32:44.967695139 +0200
@@ -150,7 +150,7 @@
endif
# Compiler warnings are treated as errors
-WARNINGS_ARE_ERRORS = -Werror
+#WARNINGS_ARE_ERRORS = -Werror
# Except for a few acceptable ones
# Since GCC 4.3, -Wconversion has changed its meanings to warn these implicit