make/solaris/makefiles/gcc.make

changeset 4722
67342b960b47
parent 4344
892acf0431ef
child 6198
55fb97c4c58d
     1.1 --- a/make/solaris/makefiles/gcc.make	Wed Mar 06 13:46:55 2013 -0500
     1.2 +++ b/make/solaris/makefiles/gcc.make	Wed Mar 06 13:50:54 2013 -0500
     1.3 @@ -118,8 +118,8 @@
     1.4  # Compiler warnings are treated as errors 
     1.5  WARNINGS_ARE_ERRORS = -Werror 
     1.6  # Enable these warnings. See 'info gcc' about details on these options
     1.7 -ADDITIONAL_WARNINGS = -Wpointer-arith -Wconversion -Wsign-compare 
     1.8 -CFLAGS_WARN/DEFAULT = $(WARNINGS_ARE_ERRORS) $(ADDITIONAL_WARNINGS) 
     1.9 +WARNING_FLAGS = -Wpointer-arith -Wconversion -Wsign-compare -Wundef
    1.10 +CFLAGS_WARN/DEFAULT = $(WARNINGS_ARE_ERRORS) $(WARNING_FLAGS)
    1.11  # Special cases 
    1.12  CFLAGS_WARN/BYFILE = $(CFLAGS_WARN/$@)$(CFLAGS_WARN/DEFAULT$(CFLAGS_WARN/$@))  
    1.13  

mercurial