Files
third_party_elfutils/lib
Joshua Watt 555e15ebe8 Use fallthrough attribute.
Use __attribute__ ((fallthrough)) to indicate switch case fall through
instead of a comment. This ensures that the fallthrough warning is not
triggered even if the file is pre-processed (hence stripping the
comments) before it is compiled.

The actual fallback implementation is hidden behind a FALLBACK macro in
case the compiler doesn't support it.

Finally, the -Wimplict-fallthrough warning was upgraded to only allow
the attribute to satisfy it; a comment alone is no longer sufficient.

Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
2018-02-10 03:19:26 +01:00
..
2018-02-10 03:19:26 +01:00
2017-05-02 13:28:54 +02:00
2018-02-10 03:19:26 +01:00
2017-05-05 09:47:35 +02:00
2017-05-02 13:28:54 +02:00
2016-10-12 15:43:14 +02:00
2017-02-17 10:45:39 +01:00