server-skynet-source-3rd-je.../include
Kevin Svetlitski da66aa391f Enable a few additional warnings for CI and fix the issues they uncovered
- `-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.
2023-08-11 13:56:23 -07:00
..
jemalloc Enable a few additional warnings for CI and fix the issues they uncovered 2023-08-11 13:56:23 -07:00
msvc_compat Remove trailing whitespace 2023-06-23 11:58:18 -07:00