make/linux/makefiles/gcc.make

changeset 5259
ef57c43512d6
parent 5230
2cb5d5f6d5e5
child 5315
cc63bcb47cce
     1.1 --- a/make/linux/makefiles/gcc.make	Thu Jun 13 11:16:38 2013 -0700
     1.2 +++ b/make/linux/makefiles/gcc.make	Thu Jun 13 22:02:40 2013 -0700
     1.3 @@ -214,7 +214,7 @@
     1.4    WARNINGS_ARE_ERRORS += -Wno-return-type -Wno-empty-body
     1.5  endif
     1.6  
     1.7 -WARNING_FLAGS = -Wpointer-arith -Wsign-compare -Wundef -Wunused-function
     1.8 +WARNING_FLAGS = -Wpointer-arith -Wsign-compare -Wundef -Wunused-function -Wunused-value
     1.9  
    1.10  ifeq ($(USE_CLANG),)
    1.11    # Since GCC 4.3, -Wconversion has changed its meanings to warn these implicit

mercurial