[BACK]Return to bsd.own.mk CVS log [TXT][DIR] Up to [local] / src / share / mk

Diff for /src/share/mk/bsd.own.mk between version 1.119 and 1.120

version 1.119, 2012/08/17 17:09:43 version 1.120, 2012/08/20 20:44:26
Line 105 
Line 105 
 CDIAGFLAGS=     -Wall -Wpointer-arith -Wuninitialized -Wstrict-prototypes  CDIAGFLAGS=     -Wall -Wpointer-arith -Wuninitialized -Wstrict-prototypes
 CDIAGFLAGS+=    -Wmissing-prototypes -Wunused -Wsign-compare -Wbounded  CDIAGFLAGS+=    -Wmissing-prototypes -Wunused -Wsign-compare -Wbounded
 CDIAGFLAGS+=    -Wshadow  CDIAGFLAGS+=    -Wshadow
   .  if ${COMPILER_VERSION} == "gcc4"
   CDIAGFLAGS+=    -Wdeclaration-after-statement
   .  endif
 .endif  .endif
   
 # Shared files for system gnu configure, not used yet  # Shared files for system gnu configure, not used yet

Legend:
Removed from v.1.119  
changed lines
  Added in v.1.120