using unsigned where possible, avoiding 0 initializations #220
Annotations
10 warnings
src/spreadinterp.cpp#L453
format specifies type 'long' but the argument has type 'unsigned long long' [-Wformat]
|
src/spreadinterp.cpp#L2231
format specifies type 'long' but the argument has type 'uint64_t' (aka 'unsigned long long') [-Wformat]
|
src/spreadinterp.cpp#L2231
format specifies type 'long' but the argument has type 'uint64_t' (aka 'unsigned long long') [-Wformat]
|
src/spreadinterp.cpp#L453
format specifies type 'long' but the argument has type 'unsigned long long' [-Wformat]
|
src/spreadinterp.cpp#L2231
format specifies type 'long' but the argument has type 'uint64_t' (aka 'unsigned long long') [-Wformat]
|
src/spreadinterp.cpp#L2231
format specifies type 'long' but the argument has type 'uint64_t' (aka 'unsigned long long') [-Wformat]
|
src/spreadinterp.cpp#L453
format specifies type 'long' but the argument has type 'unsigned long long' [-Wformat]
|
src/spreadinterp.cpp#L2231
format specifies type 'long' but the argument has type 'uint64_t' (aka 'unsigned long long') [-Wformat]
|
src/spreadinterp.cpp#L2231
format specifies type 'long' but the argument has type 'uint64_t' (aka 'unsigned long long') [-Wformat]
|
src/spreadinterp.cpp#L453
format specifies type 'long' but the argument has type 'unsigned long long' [-Wformat]
|
This job succeeded
Loading