9caa432d0c
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!!!!!!!!! |
||
---|---|---|
.. | ||
ansi-print.cc | ||
ansi-print.hh | ||
hb-fc-list.c | ||
hb-fc.cc | ||
hb-fc.h | ||
hb-ot-shape-closure.cc | ||
hb-shape.cc | ||
hb-subset.cc | ||
hb-view.cc | ||
helper-cairo-ansi.cc | ||
helper-cairo-ansi.hh | ||
helper-cairo.cc | ||
helper-cairo.hh | ||
main-font-text.hh | ||
Makefile.am | ||
Makefile.sources | ||
options.cc | ||
options.hh | ||
shape-consumer.hh | ||
view-cairo.cc | ||
view-cairo.hh |