CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/04/17 05:02:31
Modified files:
usr.bin/ssh : Makefile.inc
regress/usr.bin/ssh/unittests: Makefile.inc
regress/usr.bin/ssh/misc/kexfuzz: Makefile
Log message:
Change COMPILER_VERSION tests which limited additional warnings to gcc4
to instead skip them on gcc3 as clang can handle -Wpointer-sign and
-Wold-style-definition.
