fixed markdown bugs #90
zones_convolver_tests.yml
on: push
build_and_test
4m 6s
Annotations
11 warnings
build_and_test
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/.
|
build_and_test:
test/FFTDecompositionTests.cpp#L103
comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare]
|
build_and_test:
test/FFTDecompositionTests.cpp#L116
comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare]
|
build_and_test:
test/FFTDecompositionTests.cpp#L118
conversion to ‘long unsigned int’ from ‘int’ may change the sign of the result [-Wsign-conversion]
|
build_and_test:
test/FFTDecompositionTests.cpp#L236
comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare]
|
build_and_test:
test/FFTDecompositionTests.cpp#L238
conversion to ‘long unsigned int’ from ‘int’ may change the sign of the result [-Wsign-conversion]
|
build_and_test:
test/FFTDecompositionTests.cpp#L241
comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare]
|
build_and_test:
test/FFTDecompositionTests.cpp#L244
declaration of ‘num_sub_decompositions’ shadows a previous local [-Wshadow]
|
build_and_test
suggest braces around empty body in an ‘if’ statement [-Wempty-body]
|
build_and_test:
test/SplitBlockTests.cpp#L150
conversion to ‘size_t’ {aka ‘long unsigned int’} from ‘int’ may change the sign of the result [-Wsign-conversion]
|
build_and_test:
test/SplitBlockTests.cpp#L150
conversion to ‘size_t’ {aka ‘long unsigned int’} from ‘int’ may change the sign of the result [-Wsign-conversion]
|