Boyan Karatotev e138400d1c fix: unify fallthrough annotations
Compiling with -Wimplicit-fallthrough=3 (enabled by -Wextra) produces
many warnings about fallthrough comments either missing or being wrong.
Unify the comments so we comply with -Wextra.

Note that Coverity recommends against using the __attribute__ directive.
Also, zlib does not build with a higher value of -Wimplicit-fallthrough.
Finally, compilers strip comments before expanding macros. As such,
checkpatch's fallthrough annotation (or higher levels of the flag) isn't
really possible.

Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com>
Change-Id: I060cf4f8dc04c02cbb45cf4ceb69569a8369ccee
2022-12-01 16:17:24 +00:00
..
2019-01-04 10:43:17 +00:00
2018-08-30 16:21:59 +01:00
2019-06-20 09:59:24 +01:00
2018-08-22 10:26:04 +01:00
2019-12-11 08:51:26 +01:00
2021-02-24 09:33:59 +00:00
2018-08-30 16:21:59 +01:00
2022-12-01 16:17:24 +00:00
2018-08-22 10:26:05 +01:00
2018-08-22 10:26:05 +01:00
2018-11-02 13:41:33 +00:00
2018-08-22 10:26:05 +01:00
2018-08-22 10:26:05 +01:00
2018-10-23 18:27:45 +01:00