Begin FFT Decomposition #10
zones_convolver_tests.yml
on: push
build_and_test
2m 16s
Annotations
3 errors and 10 warnings
build_and_test:
zones_convolver/util/FFTDecomposition.h#L5
redefinition of ‘void FFTDecomposition::ForwardDecompositionRadix2(std::complex<float>*, std::size_t, std::size_t, std::size_t)’
|
build_and_test:
zones_convolver/util/FFTDecomposition.h#L22
redefinition of ‘void FFTDecomposition::InverseDecompositionRadix2()’
|
build_and_test
run-cmake action execution failed: 'Error: "'/home/runner/work/_temp/683664214/cmake-3.28.1-linux-x86_64/bin/cmake' failed with error code: '1'.'
|
build_and_test
suggest braces around empty body in an ‘if’ statement [-Wempty-body]
|
build_and_test:
test/ComplexBufferTests.cpp#L14
conversion to ‘std::size_t’ {aka ‘long unsigned int’} from ‘int’ may change the sign of the result [-Wsign-conversion]
|
build_and_test:
test/ComplexBufferTests.cpp#L16
conversion to ‘std::size_t’ {aka ‘long unsigned int’} from ‘int’ may change the sign of the result [-Wsign-conversion]
|
build_and_test:
test/ComplexBufferTests.cpp#L69
comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare]
|
build_and_test:
test/ComplexBufferTests.cpp#L71
conversion to ‘std::size_t’ {aka ‘long unsigned int’} from ‘int’ may change the sign of the result [-Wsign-conversion]
|
build_and_test:
test/ComplexBufferTests.cpp#L72
comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare]
|
build_and_test:
test/ComplexBufferTests.cpp#L81
comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare]
|
build_and_test:
test/ComplexBufferTests.cpp#L83
conversion to ‘std::size_t’ {aka ‘long unsigned int’} from ‘int’ may change the sign of the result [-Wsign-conversion]
|
build_and_test:
test/ComplexBufferTests.cpp#L84
comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare]
|
build_and_test:
test/ComplexBufferTests.cpp#L146
conversion to ‘int’ from ‘unsigned int’ may change the sign of the result [-Wsign-conversion]
|