Andre Przywara 023f1bed1d feat(libc): add support for fallthrough statement
Modern C compilers warn about unannotated switch/case fallthrough code,
and require either a comment with some magic words, or an explicit
compiler attribute.
Since some TF-A static analysis CI check suggests having a "fallthrough;"
statement instead of a comment, introduce a macro that implements that
statement, and emits the proper compiler attribute.

Change-Id: Ib34e615fb48d0f4a340aabfad4472e08d5c70248
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
2023-03-20 13:37:36 +00:00
..
2018-08-22 10:26:05 +01:00
2018-08-22 10:26:05 +01:00
2018-08-22 10:26:05 +01:00
2019-12-06 11:37:19 +01:00
2020-09-11 11:34:01 -05:00