[sudo-commits] sudo changeset 12507:cf70a1ab3ea9

Todd C. Miller Todd.Miller at sudo.ws
Sat Jun 20 16:06:28 MDT 2020


changeset:	12507:cf70a1ab3ea9 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/cf70a1ab3ea9
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Sat Jun 20 13:51:02 2020 -0600

Log Message:
	Add -Wimplicit-fallthrough to --enable-warnings if available.
	Note that clang 10 has support for -Wimplicit-fallthrough in C code
	but doesn't recognize lint-style FALLTHROUGH comments like gcc does
	so we can't use it.

diffstat:

 configure    |  36 ++++++++++++++++++++++++++++++++++++
 configure.ac |  29 +++++++++++++++++++++++++++++
 2 files changed, 65 insertions(+), 0 deletions(-)



More information about the sudo-commits mailing list