Handle multiple channel formats #92
Annotations
3 errors and 11 warnings
Run CMake consuming CMakePreset.json:
zones_convolver/ConvolutionEngine.h#L121
‘EngineSpec’ does not name a type
|
Run CMake consuming CMakePreset.json:
zones_convolver/ConvolutionEngine.cpp#L105
‘EngineSpec’ does not name a type
|
Run CMake consuming CMakePreset.json
run-cmake action execution failed: 'Error: "'/home/runner/work/_temp/1454075611/cmake-3.29.2-linux-x86_64/bin/cmake' failed with error code: '1'.'
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run CMake consuming CMakePreset.json:
test/FFTDecompositionTests.cpp#L103
comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare]
|
Run CMake consuming CMakePreset.json:
test/FFTDecompositionTests.cpp#L116
comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare]
|
Run CMake consuming CMakePreset.json:
test/FFTDecompositionTests.cpp#L118
conversion to ‘long unsigned int’ from ‘int’ may change the sign of the result [-Wsign-conversion]
|
Run CMake consuming CMakePreset.json:
test/FFTDecompositionTests.cpp#L236
comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare]
|
Run CMake consuming CMakePreset.json:
test/FFTDecompositionTests.cpp#L238
conversion to ‘long unsigned int’ from ‘int’ may change the sign of the result [-Wsign-conversion]
|
Run CMake consuming CMakePreset.json:
test/FFTDecompositionTests.cpp#L241
comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare]
|
Run CMake consuming CMakePreset.json:
test/FFTDecompositionTests.cpp#L244
declaration of ‘num_sub_decompositions’ shadows a previous local [-Wshadow]
|
Run CMake consuming CMakePreset.json
suggest braces around empty body in an ‘if’ statement [-Wempty-body]
|
Run CMake consuming CMakePreset.json:
test/SplitBlockTests.cpp#L150
conversion to ‘size_t’ {aka ‘long unsigned int’} from ‘int’ may change the sign of the result [-Wsign-conversion]
|
Run CMake consuming CMakePreset.json:
test/SplitBlockTests.cpp#L150
conversion to ‘size_t’ {aka ‘long unsigned int’} from ‘int’ may change the sign of the result [-Wsign-conversion]
|
Loading