hotspot/make/bsd/makefiles/gcc.make
changeset 23185 a2143156a0a0
parent 22889 b8796ece69ae
child 24955 fbde9efb7b56
--- a/hotspot/make/bsd/makefiles/gcc.make	Tue Mar 04 09:57:16 2014 -0500
+++ b/hotspot/make/bsd/makefiles/gcc.make	Mon Mar 03 11:54:35 2014 +0100
@@ -260,7 +260,7 @@
   WARNINGS_ARE_ERRORS += -Wno-empty-body
 endif
 
-WARNING_FLAGS = -Wpointer-arith -Wsign-compare -Wundef -Wunused-function -Wformat=2 -Wno-error=format-nonliteral
+WARNING_FLAGS = -Wpointer-arith -Wsign-compare -Wundef -Wunused-function -Wformat=2
 
 ifeq ($(USE_CLANG),)
   # Since GCC 4.3, -Wconversion has changed its meanings to warn these implicit