[BACK]Return to Makefile.inc CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/Makefile.inc between version 1.83 and 1.84

version 1.83, 2020/04/03 04:32:21 version 1.84, 2020/08/03 02:42:49
Line 18 
Line 18 
 CDIAGFLAGS+=    -Wunused  CDIAGFLAGS+=    -Wunused
 CDIAGFLAGS+=    -Wno-unused-parameter # Lots of these in protocol handlers.  CDIAGFLAGS+=    -Wno-unused-parameter # Lots of these in protocol handlers.
 .if ${COMPILER_VERSION:L} == "clang"  .if ${COMPILER_VERSION:L} == "clang"
 CDIAGFLAGS+=    -Wimplicit-fallthrough  
 CDIAGFLAGS+=    -Widiomatic-parentheses -Wparentheses  CDIAGFLAGS+=    -Widiomatic-parentheses -Wparentheses
 .endif  .endif
 .if ${COMPILER_VERSION:L} != "gcc3"  .if ${COMPILER_VERSION:L} != "gcc3"

Legend:
Removed from v.1.83  
changed lines
  Added in v.1.84