1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
qTox/test/core
Anthony Bilinski 2c1a86482a
chore(style): remove old style casts and cross sign comparisons
Enable warnings for both. Favour casting to signed rather than casting to
unsigend for comparisons. Per isocpp's core guidelines ES.102, signed
arithmetic gives more expected results. If we need one extra bit of range,
using longer signed types achives that.

Fix #6010
Fix #6012
2020-03-21 20:29:10 -07:00
..
contactid_test.cpp docs(copyright): update and add copyright info 2019-06-28 01:18:26 +02:00
core_test.cpp test(core): Implement recommended changes 2019-03-17 13:52:42 +01:00
toxid_test.cpp docs(copyright): update and add copyright info 2019-06-28 01:18:26 +02:00
toxstring_test.cpp chore(style): remove old style casts and cross sign comparisons 2020-03-21 20:29:10 -07:00