(file) Return to config-linux.mak CVS log (file) (dir) Up to [Pegasus] / pegasus / mak

Diff for /pegasus/mak/config-linux.mak between version 1.61.8.4 and 1.61.8.5

version 1.61.8.4, 2013/10/17 19:38:41 version 1.61.8.5, 2013/12/03 01:21:40
Line 97 
Line 97 
  
 ifeq ($(COMPILER), clang) ifeq ($(COMPILER), clang)
     FLAGS += -W -Wall -Wno-unused-parameter  -Wno-unused-value -D_GNU_SOURCE \     FLAGS += -W -Wall -Wno-unused-parameter  -Wno-unused-value -D_GNU_SOURCE \
         -DTHREAD_SAFE -D_REENTRANT -Werror=unused-variable -Wno-unused-function          -DTHREAD_SAFE -D_REENTRANT -Werror=unused-variable -Wno-unused-function \
           -Werror=switch
 else else
     FLAGS += -W -Wall -Wno-unused -Wunused-variable     FLAGS += -W -Wall -Wno-unused -Wunused-variable
   # Starting with gcc 4.3 specific warnings can be reported as error   # Starting with gcc 4.3 specific warnings can be reported as error
   # Enabling a specific selection of warnings to turn into errors   # Enabling a specific selection of warnings to turn into errors
   ifeq ($(shell expr $(GCC_VERSION) '>=' 4.3), 1)   ifeq ($(shell expr $(GCC_VERSION) '>=' 4.3), 1)
     FLAGS += -Werror=unused-variable     FLAGS += -Werror=unused-variable
       FLAGS += -Werror=switch
   endif   endif
     FLAGS += -D_GNU_SOURCE -DTHREAD_SAFE -D_REENTRANT     FLAGS += -D_GNU_SOURCE -DTHREAD_SAFE -D_REENTRANT
 endif endif


Legend:
Removed from v.1.61.8.4  
changed lines
  Added in v.1.61.8.5

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2