OpenAFS Master Repository branch, master, updated. BP-openafs-stable-1_8_x-651-ge5f44f6
Gerrit Code Review
gerrit@openafs.org
Mon, 27 Jul 2020 12:25:34 -0400
The following commit has been merged in the master branch:
commit e5f44f6e9af643cab3a66216dff901e0a4c5eda8
Author: Cheyenne Wills <cwills@sinenomine.net>
Date: Thu Jul 23 15:43:42 2020 -0600
clang-10: ignore fallthrough warning in generated code
Clang-10 will not recognize '/* fall through */' as an indicator to
turn off the fallthrough warning due to the lack of a 'break' in a case
statement.
Code generated by flex uses the '/* fall through */' comments to turn
off compiler warnings for fallthroughs in case statements.
For code generated by flex, ignore the implicit-fallthrough via pragma
or disable the warning via a compile time flag.
Add new env variable "CFLAGS_NOIMPLICIT_FALLTHROUGH" to selectively
disable the compile check in Makefiles when checking is enabled.
Change-Id: I4c054defda03daa2aeb645ae2271dfa0cb54925f
Reviewed-on: https://gerrit.openafs.org/14275
Reviewed-by: Andrew Deason <adeason@sinenomine.net>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
CODING | 5 ++++-
src/cf/osconf.m4 | 4 ++++
src/comerr/error_table.y | 5 +++++
src/uss/Makefile.in | 2 +-
4 files changed, 14 insertions(+), 2 deletions(-)
--
OpenAFS Master Repository