(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.62 and 1.65

version 1.62, 2012/07/26 11:14:52 version 1.65, 2013/01/21 10:00: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 -Wno-unused-variable  -Wno-unused-function          -DTHREAD_SAFE -D_REENTRANT -Wno-unused-function -Werror=unused-variable
 else else
     FLAGS += -W -Wall -Wno-unused  -D_GNU_SOURCE -DTHREAD_SAFE -D_REENTRANT      FLAGS += -W -Wall -Wno-unused -Wunused-variable
     # Starting with gcc 4.3 specific warnings can be reported as error
     # Enabling a specific selection of warnings to turn into errors
     ifeq ($(shell expr $(GCC_VERSION) '>=' 4.3), 1)
       FLAGS += -Werror=unused-variable
 endif endif
       FLAGS += -D_GNU_SOURCE -DTHREAD_SAFE -D_REENTRANT
   endif
   
   
   
   
   
 ##============================================================================== ##==============================================================================
 ## ##
 ## The DYNAMIC_FLAGS variable defines linker flags that only apply to shared ## The DYNAMIC_FLAGS variable defines linker flags that only apply to shared


Legend:
Removed from v.1.62  
changed lines
  Added in v.1.65

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2