hotspot/make/solaris/makefiles/gcc.make
changeset 15938 fb5f9016ddbc
parent 14815 41114a74463a
child 22234 da823d78ad65
--- a/hotspot/make/solaris/makefiles/gcc.make	Wed Mar 06 13:46:55 2013 -0500
+++ b/hotspot/make/solaris/makefiles/gcc.make	Wed Mar 06 13:50:54 2013 -0500
@@ -118,8 +118,8 @@
 # Compiler warnings are treated as errors 
 WARNINGS_ARE_ERRORS = -Werror 
 # Enable these warnings. See 'info gcc' about details on these options
-ADDITIONAL_WARNINGS = -Wpointer-arith -Wconversion -Wsign-compare 
-CFLAGS_WARN/DEFAULT = $(WARNINGS_ARE_ERRORS) $(ADDITIONAL_WARNINGS) 
+WARNING_FLAGS = -Wpointer-arith -Wconversion -Wsign-compare -Wundef
+CFLAGS_WARN/DEFAULT = $(WARNINGS_ARE_ERRORS) $(WARNING_FLAGS)
 # Special cases 
 CFLAGS_WARN/BYFILE = $(CFLAGS_WARN/$@)$(CFLAGS_WARN/DEFAULT$(CFLAGS_WARN/$@))