Skip to content

Bump JUCE to 8.0.3 #113

Bump JUCE to 8.0.3

Bump JUCE to 8.0.3 #113

Triggered via push November 14, 2024 14:16
Status Success
Total duration 3m 33s
Artifacts
Fit to window
Zoom out
Zoom in

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]