summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
author/C=EU/ST=EU/CN=Patrick McHardy/emailAddress=kaber@trash.net </C=EU/ST=EU/CN=Patrick McHardy/emailAddress=kaber@trash.net>2007-09-19 12:59:33 +0000
committer/C=EU/ST=EU/CN=Patrick McHardy/emailAddress=kaber@trash.net </C=EU/ST=EU/CN=Patrick McHardy/emailAddress=kaber@trash.net>2007-09-19 12:59:33 +0000
commit4682d3835f836b9c2c0f686b004a4badace9879d (patch)
tree7816cd93e6a6e27c6c8ea921d6129d50a5e90358 /include
parent26d55caf36f31cd3939248b1b235472ac3423db5 (diff)
[PATCH]: Fix u32 warnings
warning: format '%ld' expects type 'long int', but argument 3 has type 'int'. With %u alone, you would get "but arg-start is long" warnings on x64. With %lu, you would get "but arg-start is int" on x86. Fix it up by explicitly deciding for one (%u and cast to unsigned int) and using that. Jan Engelhardt <jengelh@computergmbh.de>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions