Newer GCC versions are able to warn about switch cases that fall through. This is usually a sign of a forgotten break statement, but in the few cases where a fall through is intended we annotate it with this macro to avoid the warning. |
||
|---|---|---|
| .. | ||
| charclass.c | ||
| compilecode.c | ||
| dumpcode.c | ||
| re1.5.h | ||
| recursiveloop.c | ||