mirror of
https://github.com/TokTok/c-toxcore
synced 2026-05-25 18:34:19 +00:00
b202ef7a51
- Drop the MSVC-only `/wd4200` copt that the GNU/zig toolchain rejects. - Use C++ casts in `ev_test_util.cc` to satisfy `-Wold-style-cast`. - Refresh the bootstrap node list with live TCP relays; the old ones no longer respond, so `tcp_relay_test` timed out. - Shard `tox_network_test` so it fits the test timeout under tsan. - Pin smatch to 1.74 in sparse.Dockerfile; its HEAD no longer builds. - Fix the bazel-msan CircleCI target; lossless_packet_test moved to auto_tests/scenarios/.