Project

General

Profile

Bug #3009

Updated by Philippe Antoine almost 5 years ago

Found by compiler Apple LLVM version 10.0.0 (clang-1000.11.45.5) 
 Example : 
 <pre> ``` 
 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, 
 </pre> ```

Back