mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-14 22:51:50 +03:00
- `-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. |
||
|---|---|---|
| .. | ||
| freebsd | ||
| linux | ||
| windows | ||
| check-formatting.sh | ||
| check_trailing_whitespace.sh | ||
| gen_run_tests.py | ||
| gen_travis.py | ||
| run_static_analysis.sh | ||