Remove unused variables #132
Annotations
11 warnings
Setup Cpp
gcc 14.1.0_2 is already installed and up-to-date.
To reinstall 14.1.0_2, run:
brew reinstall gcc
|
Build:
src/spreadinterp.cpp#L459
format '%ld' expects argument of type 'long int', but argument 3 has type 'long long unsigned int' [-Wformat=]
|
Build:
src/spreadinterp.cpp#L2267
format '%ld' expects argument of type 'long int', but argument 2 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=]
|
Build:
src/spreadinterp.cpp#L2267
format '%ld' expects argument of type 'long int', but argument 3 has type 'uint64_t' {aka 'long 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 '%ld' expects argument of type 'long int', but argument 3 has type 'long long unsigned int' [-Wformat=]
|
Build:
src/spreadinterp.cpp#L2267
format '%ld' expects argument of type 'long int', but argument 2 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=]
|
Build:
src/spreadinterp.cpp#L2267
format '%ld' expects argument of type 'long int', but argument 3 has type 'uint64_t' {aka 'long 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