Drop h and hh length modifiers from printf format strings.
authorGuus Sliepen <guus@tinc-vpn.org>
Sun, 11 May 2014 14:35:37 +0000 (16:35 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Sun, 11 May 2014 14:35:37 +0000 (16:35 +0200)
commit8fce1eacd7fd7496a740be3ffc236fde37c681d7
tree3f4d70c6aae87d9e34342e805a515c7b33871a89
parentdc26ecc28046d9f3cb56f10b22636d04218ad545
Drop h and hh length modifiers from printf format strings.

C already guarantees that chars and shorts get passed as int. The few uses in tinc are mainly
to print fields of struct addrinfo, and fields like ai_family have different sizes on different
platforms, which actually caused some warnings to be generated.
src/multicast_device.c
src/protocol_auth.c
src/route.c
src/subnet.c