Actions
Bug #3009
closedFixes warning about size of integers in string formats
Affected Versions:
Effort:
Difficulty:
Label:
Description
Found by compiler Apple LLVM version 10.0.0 (clang-1000.11.45.5)
Example :
decode-icmpv4.c:88:55: warning: format specifies type 'unsigned char' but the argument has type 'uint16_t' (aka 'unsigned short') [-Wformat] "%"PRIu8" dport %"PRIu8"", p->icmpv4vars.emb_sport,
Actions