Fix format specifiers #133
Annotations
10 warnings
Build:
src/spreadinterp.cpp#L459
format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 3 has type ‘long unsigned int’ [-Wformat=]
|
Build:
src/spreadinterp.cpp#L2267
format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 2 has type ‘uint64_t’ {aka ‘long unsigned int’} [-Wformat=]
|
Build:
src/spreadinterp.cpp#L2267
format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 3 has type ‘uint64_t’ {aka ‘long unsigned int’} [-Wformat=]
|
Build:
src/spreadinterp.cpp#L78
‘void finufft::spreadinterp::set_kernel_args(float*, float, const finufft_spread_opts&) noexcept’ declared ‘static’ but never defined [-Wunused-function]
|
Build:
src/spreadinterp.cpp#L80
‘void finufft::spreadinterp::evaluate_kernel_vector(float*, float*, const finufft_spread_opts&) noexcept’ declared ‘static’ but never defined [-Wunused-function]
|
Build:
src/spreadinterp.cpp#L459
format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 3 has type ‘long unsigned int’ [-Wformat=]
|
Build:
src/spreadinterp.cpp#L2267
format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 2 has type ‘uint64_t’ {aka ‘long unsigned int’} [-Wformat=]
|
Build:
src/spreadinterp.cpp#L2267
format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 3 has type ‘uint64_t’ {aka ‘long unsigned int’} [-Wformat=]
|
Build:
src/spreadinterp.cpp#L78
‘void finufft::spreadinterp::set_kernel_args(double*, double, const finufft_spread_opts&) noexcept’ declared ‘static’ but never defined [-Wunused-function]
|
Build:
src/spreadinterp.cpp#L80
‘void finufft::spreadinterp::evaluate_kernel_vector(double*, double*, const finufft_spread_opts&) noexcept’ declared ‘static’ but never defined [-Wunused-function]
|
Loading