Templatize spreadinterp and more cleanups #397
Annotations
10 errors and 11 warnings
Build:
src/fft.cpp#L37
'CPX' was not declared in this scope
|
Build:
src/fft.cpp#L37
template argument 1 is invalid
|
Build:
src/fft.cpp#L37
expression list treated as compound expression in initializer [-fpermissive]
|
Build:
src/fft.cpp#L50
there are no arguments to 'FLT' that depend on a template parameter, so a declaration of 'FLT' must be available [-fpermissive]
|
Build:
src/fft.cpp#L53
there are no arguments to 'FLT' that depend on a template parameter, so a declaration of 'FLT' must be available [-fpermissive]
|
Build:
src/fft.cpp#L58
no matching function for call to 'subarray(int&, <brace-enclosed initializer list>)'
|
Build:
src/fft.cpp#L60
no matching function for call to 'subarray(int&, <brace-enclosed initializer list>)'
|
Build:
src/fft.cpp#L63
there are no arguments to 'FLT' that depend on a template parameter, so a declaration of 'FLT' must be available [-fpermissive]
|
Build:
src/fft.cpp#L65
there are no arguments to 'FLT' that depend on a template parameter, so a declaration of 'FLT' must be available [-fpermissive]
|
Build:
src/fft.cpp#L66
there are no arguments to 'FLT' that depend on a template parameter, so a declaration of 'FLT' must be available [-fpermissive]
|
Build:
src/fft.cpp#L37
left operand of comma operator has no effect [-Wunused-value]
|
Build:
src/fft.cpp#L37
left operand of comma operator has no effect [-Wunused-value]
|
Build:
src/spreadinterp.cpp#L191
format '%ld' expects argument of type 'long int', but argument 2 has type 'UBIGINT' {aka 'long long unsigned int'} [-Wformat=]
|
Build:
src/spreadinterp.cpp#L191
format '%ld' expects argument of type 'long int', but argument 3 has type 'UBIGINT' {aka 'long long unsigned int'} [-Wformat=]
|
Build:
src/spreadinterp.cpp#L1957
format '%ld' expects argument of type 'long int', but argument 3 has type 'long long unsigned int' [-Wformat=]
|
Build:
src/spreadinterp.cpp#L1957
format '%ld' expects argument of type 'long int', but argument 3 has type 'long long unsigned int' [-Wformat=]
|
Build:
src/spreadinterp.cpp#L450
unused variable 'alignment' [-Wunused-variable]
|
Build:
src/spreadinterp.cpp#L602
unused variable 'alignment' [-Wunused-variable]
|
Build:
src/spreadinterp.cpp#L767
unused variable 'alignment' [-Wunused-variable]
|
Build:
src/spreadinterp.cpp#L769
unused variable 'ker23_size' [-Wunused-variable]
|
Setup Cpp
gcc 14.2.0 is already installed and up-to-date.
To reinstall 14.2.0, run:
brew reinstall gcc
|
Loading