dxx-rebirth/common
Kp b0cb681ae7 Add gcc-7 /*-fallthrough*/ comments for obvious cases
For switch cases where existing comments or code flow logic obviously
intended to fall through, add a gcc-7 /*-fallthrough*/ comment to
silence warnings about this.  Some cases which are less obvious are not
converted, so the code does not yet compile clean with
-Wimplicit-fallthrough.

Reported-by: parkerlreed <https://github.com/dxx-rebirth/dxx-rebirth/issues/338>
2017-06-07 02:44:54 +00:00
..
2d Work around i686-w64-mingw32-g++ compiler crash 2017-04-22 21:23:55 +00:00
3d Pass up various return values 2017-02-26 00:00:02 +00:00
arch Handle unaligned stack during Win32 hexdump logging 2017-06-03 17:11:12 +00:00
editor Cache canvas in print_clock 2017-02-11 21:42:34 +00:00
include Fix gcc-7 strict-aliasing warning in countarray 2017-06-07 02:44:54 +00:00
main Fix label truncation when strlen(hats) + 1 < strlen(buttons) 2017-05-13 04:19:39 +00:00
maths
mem
misc Fix check_header_includes=1 poison.h 2017-02-19 19:33:36 +00:00
texmap Simplify draw_tmap interpolation 2017-03-10 01:22:24 +00:00
ui Add gcc-7 /*-fallthrough*/ comments for obvious cases 2017-06-07 02:44:54 +00:00