hotspot/make/solaris/makefiles/gcc.make

Print this page
rev 5727 : 8030350: Add additiononal warning options for GCC compiles.

*** 116,126 **** # Compiler warnings are treated as errors WARNINGS_ARE_ERRORS = -Werror # Enable these warnings. See 'info gcc' about details on these options ! 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/$@)) # The flags to use for an Optimized g++ build --- 116,126 ---- # Compiler warnings are treated as errors WARNINGS_ARE_ERRORS = -Werror # Enable these warnings. See 'info gcc' about details on these options ! WARNING_FLAGS = -Wpointer-arith -Wconversion -Wsign-compare -Wundef -Wformat -Wformat-security CFLAGS_WARN/DEFAULT = $(WARNINGS_ARE_ERRORS) $(WARNING_FLAGS) # Special cases CFLAGS_WARN/BYFILE = $(CFLAGS_WARN/$@)$(CFLAGS_WARN/DEFAULT$(CFLAGS_WARN/$@)) # The flags to use for an Optimized g++ build