commit | a7757d318a8afaf3e1f17926ee1857b0d005db70 | [log] [tgz] |
---|---|---|
author | Sven Eckelmann <sven@narfation.org> | Thu Oct 31 17:34:37 2019 +0100 |
committer | Simon Wunderlich <sw@simonwunderlich.de> | Sun Nov 03 08:30:58 2019 +0100 |
tree | 921765a012189b01b5e854999db6220193dd0551 | |
parent | baa1e8a0da768d9b9c34b47f2cc6c6db67a265c4 [diff] |
batman-adv: Use 'fallthrough' pseudo keyword The usage of the '/* fall through */' comments in switches are no longer marked as non-deprecated variant of implicit fall throughs for switch statements. The commit 294f69e662d1 ("compiler_attributes.h: Add 'fallthrough' pseudo keyword for switch/case use") introduced a replacement keyword which should be used instead. Signed-off-by: Sven Eckelmann <sven@narfation.org> Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>