diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2024-06-07 11:12:45 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2024-06-07 11:14:17 +1000 |
commit | 74335c6fd697a60976d52786598a7dd4ba17405a (patch) | |
tree | 405092f47f3ee7d188e5e47033f69b8cc900686e /README.md | |
parent | b791b30b1f384d327c001cfb821ed34b2c2174a5 (diff) |
Revert "fix int type mismatches in printf()-like calls"
This now warns on 64-bit machines:
../src/xf86libinput.c:542:61: warning: format ‘%lu’ expects argument
of type ‘long unsigned int’, but argument 4 has type ‘CARD32’ {aka ‘unsigned int’} [-Wformat=]
Given they vastly outnumber 32-bit machines now, let's go back to the
old one that only warns on 32 bit until we fix the actual source types
to use uint32_t and similar.
This reverts commit a7d299425602dc7d8d6baffb8d483c37855e4281.
Diffstat (limited to 'README.md')
0 files changed, 0 insertions, 0 deletions