server-skynet-source-3rd-je.../test/src
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
..
btalloc_0.c Refactor permuted backtrace test allocation. 2014-10-01 22:28:23 -07:00
btalloc_1.c Refactor permuted backtrace test allocation. 2014-10-01 22:28:23 -07:00
btalloc.c Remove extraneous parens around return arguments. 2017-01-20 21:43:07 -08:00
math.c Replace tabs following #define with spaces. 2017-01-20 21:45:53 -08:00
mtx.c Enable a few additional warnings for CI and fix the issues they uncovered 2023-08-11 13:56:23 -07:00
SFMT.c Get rid of most of the various inline macros. 2017-04-24 10:33:21 -07:00
sleep.c Restructure and correct sleep utility for testing 2020-01-21 16:51:26 -08:00
test.c Print colorful reminder for failed tests. 2023-08-08 15:01:07 -07:00
thd.c Add the prof_sys_thread_name feature in the prof_recent unit test. 2023-05-11 09:10:57 -07:00
timer.c Remove trailing whitespace 2023-06-23 11:58:18 -07:00