Files
c-toxcore/testing
iphydf 0d347c2b2e Minor cleanups: unused vars, unreachable code, static globals.
- 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`.
2016-09-24 20:52:09 +01:00
..
2016-09-19 21:53:40 +01:00
2016-09-21 15:33:55 -04:00
2016-09-21 15:33:55 -04:00
2016-09-06 11:54:37 +01:00