Templatize spreadinterp and more cleanups #397
Annotations
10 errors and 10 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#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]
|
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]
|
Loading