Bump JUCE to 8.0.3 #113
zones_convolver_tests.yml
on: push
build_and_test
3m 22s
Annotations
10 warnings
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/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#L18
conversion to ‘std::size_t’ {aka ‘long unsigned int’} from ‘int’ may change the sign of the result [-Wsign-conversion]
|