aboutsummaryrefslogtreecommitdiff
path: root/src/common/tuklib_common.h
diff options
context:
space:
mode:
authorJia Tan <jiat0218@gmail.com>2023-12-07 21:48:07 +0800
committerJia Tan <jiat0218@gmail.com>2023-12-22 20:02:06 +0800
commit3f51a4415a6d8f9be87512a502161141cd85dffa (patch)
tree6a00157417d0f74c4ff2a703d5817fa34bf40783 /src/common/tuklib_common.h
parentUpdate THANKS. (diff)
downloadxz-3f51a4415a6d8f9be87512a502161141cd85dffa.tar.xz
Tests: Silence -Wsign-conversion warning on GCC version < 10.
Since GCC version 10, GCC no longer complains about simple implicit integer conversions with Arithmetic operators. For instance: uint8_t a = 5; uint32_t b = a + 5; Give a warning on GCC 9 and earlier but this: uint8_t a = 5; uint32_t b = (a + 5) * 2; Gives a warning with GCC 10+.
Diffstat (limited to 'src/common/tuklib_common.h')
0 files changed, 0 insertions, 0 deletions