Fix format specifiers #133
Annotations
6 warnings
Build:
src/spreadinterp.cpp#L459
format specifies type 'unsigned long long' but the argument has type 'unsigned long' [-Wformat]
|
Build:
src/spreadinterp.cpp#L2267
format specifies type 'unsigned long long' but the argument has type 'uint64_t' (aka 'unsigned long') [-Wformat]
|
Build:
src/spreadinterp.cpp#L2267
format specifies type 'unsigned long long' but the argument has type 'uint64_t' (aka 'unsigned long') [-Wformat]
|
Build:
src/spreadinterp.cpp#L459
format specifies type 'unsigned long long' but the argument has type 'unsigned long' [-Wformat]
|
Build:
src/spreadinterp.cpp#L2267
format specifies type 'unsigned long long' but the argument has type 'uint64_t' (aka 'unsigned long') [-Wformat]
|
Build:
src/spreadinterp.cpp#L2267
format specifies type 'unsigned long long' but the argument has type 'uint64_t' (aka 'unsigned long') [-Wformat]
|
Loading