summaryrefslogtreecommitdiffstats
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2015-10-06 21:16:36 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2015-10-06 21:16:36 +0200
commitc917cec3ef016b0d872d550fd8b6d9d690c23407 (patch)
treec1d5090bdbb9817fa7a6107c4e240f8efb8b0bb1 /src/CMakeLists.txt
parent89f8a35c713fdcc5ed28c33a003639b93e083b7f (diff)
downloadlibuecc-c917cec3ef016b0d872d550fd8b6d9d690c23407.tar
libuecc-c917cec3ef016b0d872d550fd8b6d9d690c23407.zip
Use stdint types where reasonable
Using uint32_t instead of unsigned int for the unpacked work struct ensures the code is working correctly on ABIs with ints narrower than 32 bits. While this would constitute a API/ABI change on some systems in theory, most likely all systems using libuecc so far have uint8_t == unsigned char and uint32_t == unsigned int. Also, coding style cleanup.
Diffstat (limited to 'src/CMakeLists.txt')
0 files changed, 0 insertions, 0 deletions