da66aa391f
- `-Wmissing-prototypes` and `-Wmissing-variable-declarations` are helpful for finding dead code and/or things that should be `static` but aren't marked as such. - `-Wunused-macros` is of similar utility, but for identifying dead macros. - `-Wunreachable-code` and `-Wunreachable-code-aggressive` do exactly what they say: flag unreachable code. |
||
---|---|---|
.. | ||
btalloc_0.c | ||
btalloc_1.c | ||
btalloc.c | ||
math.c | ||
mtx.c | ||
SFMT.c | ||
sleep.c | ||
test.c | ||
thd.c | ||
timer.c |