mirror of
https://github.com/TokTok/c-toxcore
synced 2026-05-13 21:33:28 +00:00
0d347c2b2e
- All global variables should be static unless they have an explicit extern declaration in a header file. - `to_compare` was not used in encryptsave and toxav tests. - `break` in switch cases is not required directly after `return`, `goto`, or a noreturn function like `abort`.