harfbuzz/util
Behdad Esfahbod 9caa432d0c [util] Use HB_FALLTHROUGH
Sure, gcc knows to warn about this as well:

../../util/options.cc:175:17: warning: this statement may fall through [-Wimplicit-fallthrough=]
     case 1: m.r = m.t;
             ~~~~^~~~~
../../util/options.cc:176:5: note: here
     case 2: m.b = m.t;
     ^~~~

But HOLY SMOKES, look at clang -Weverything bot message:

options.cc:176:5: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough]
    case 2: m.b = m.t;
    ^
options.cc:176:5: note: insert 'HB_FALLTHROUGH;' to silence this warning
    case 2: m.b = m.t;
    ^
    HB_FALLTHROUGH;

Right, it's telling me to insert "HB_FALLTHROUGH;" there!!!!!!!!!
2018-09-30 06:08:11 -04:00
..
Makefile.am Rename hb-*private.hh to hb-*.hh 2018-08-25 22:36:36 -07:00
Makefile.sources Rename HB_SUBSET_sources -> HB_SUBSET_CLI_sources to match what cmake is looking for. 2018-02-05 11:12:33 -08:00
ansi-print.cc Use nullptr instead of NULL 2017-10-15 12:11:08 +02:00
ansi-print.hh Rename hb-*private.hh to hb-*.hh 2018-08-25 22:36:36 -07:00
hb-fc-list.c [utils] Add hb-fc-list 2015-04-09 19:16:57 -07:00
hb-fc.cc Use nullptr instead of NULL 2017-10-15 12:11:08 +02:00
hb-fc.h [utils] Add hb-fc-list 2015-04-09 19:16:57 -07:00
hb-ot-shape-closure.cc Use nullptr instead of NULL 2017-10-15 12:11:08 +02:00
hb-shape.cc Add option to buffer serialization to not output glyph advances 2018-01-10 02:50:49 +01:00
hb-subset.cc [subset] Clean up hb_subset_input_t API 2018-08-29 18:24:03 -07:00
hb-view.cc [hb-view] Change subpixel bits from 8 to 6 2018-09-26 12:13:47 -04:00
helper-cairo-ansi.cc [util] Fix ansi output when surface is empty 2014-09-25 17:59:46 +03:00
helper-cairo-ansi.hh Rename hb-*private.hh to hb-*.hh 2018-08-25 22:36:36 -07:00
helper-cairo.cc [util] Add --ft-load-flags 2018-09-11 14:23:35 +02:00
helper-cairo.hh Rename hb-*private.hh to hb-*.hh 2018-08-25 22:36:36 -07:00
main-font-text.hh Rename hb-*private.hh to hb-*.hh 2018-08-25 22:36:36 -07:00
options.cc [util] Use HB_FALLTHROUGH 2018-09-30 06:08:11 -04:00
options.hh [util] Add empty virtual destructor to option_group_t 2018-09-30 06:08:11 -04:00
shape-consumer.hh Rename hb-*private.hh to hb-*.hh 2018-08-25 22:36:36 -07:00
view-cairo.cc Resolve clang's conditional-uninitialize warnings 2018-04-23 11:38:45 -07:00
view-cairo.hh Rename hb-*private.hh to hb-*.hh 2018-08-25 22:36:36 -07:00