Fix declarations of kernel funcs #134
Annotations
6 warnings
Build:
src/spreadinterp.cpp#L461
format specifies type 'unsigned long long' but the argument has type 'unsigned long' [-Wformat]
|
Build:
src/spreadinterp.cpp#L2269
format specifies type 'unsigned long long' but the argument has type 'uint64_t' (aka 'unsigned long') [-Wformat]
|
Build:
src/spreadinterp.cpp#L2269
format specifies type 'unsigned long long' but the argument has type 'uint64_t' (aka 'unsigned long') [-Wformat]
|
Build:
src/spreadinterp.cpp#L461
format specifies type 'unsigned long long' but the argument has type 'unsigned long' [-Wformat]
|
Build:
src/spreadinterp.cpp#L2269
format specifies type 'unsigned long long' but the argument has type 'uint64_t' (aka 'unsigned long') [-Wformat]
|
Build:
src/spreadinterp.cpp#L2269
format specifies type 'unsigned long long' but the argument has type 'uint64_t' (aka 'unsigned long') [-Wformat]
|
Loading