Attention is currently required from: laforge. Hello Jenkins Builder,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/dahdi-linux/+/27910
to look at the new patch set (#2).
Change subject: Fix -Wimplicit-fallthrough=5 warnings ......................................................................
Fix -Wimplicit-fallthrough=5 warnings
Modern Linux (since 5.4) builds with -Wimplicit-fallthrough=5. On some environments (notably Debian buster) this is even an error, so building dahdi-linux will fail.
Let's add the proper 'fallthrough' annotation of linux/compiler_attributes.h and add a backwards-compatibility definition for older kernels.
Change-Id: I3507876d90dd882b95c22ece51e8620ad6f0bd08 --- M drivers/dahdi/dahdi-base.c M drivers/dahdi/wcaxx-base.c M drivers/dahdi/wctdm24xxp/base.c M drivers/dahdi/xpp/card_global.c M include/dahdi/kernel.h 5 files changed, 19 insertions(+), 8 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/dahdi-linux refs/changes/10/27910/2