Skip to content
Commit 26c67df5 authored by Gary E. Miller's avatar Gary E. Miller 💬
Browse files

FALLTHRU: fix issue #295, warnings on implicit fallthrough

It ain't pretty but it works.  There is nothing you can do positive for
one compiler that another does not warn on.  So a #define dependent on
compiler is used.

The gcc magic comments do not seem to work, but the
__attribute__((fallthrough)) does, if JUST before the next case.
parent 51051b51
Loading
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment