Bump JUCE to 8.0.3 #113
Annotations
10 warnings
test/FFTDecompositionTests.cpp#L103
comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare]
|
test/FFTDecompositionTests.cpp#L116
comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare]
|
test/FFTDecompositionTests.cpp#L118
conversion to ‘long unsigned int’ from ‘int’ may change the sign of the result [-Wsign-conversion]
|
test/FFTDecompositionTests.cpp#L236
comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare]
|
test/FFTDecompositionTests.cpp#L238
conversion to ‘long unsigned int’ from ‘int’ may change the sign of the result [-Wsign-conversion]
|
test/FFTDecompositionTests.cpp#L241
comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare]
|
test/FFTDecompositionTests.cpp#L244
declaration of ‘num_sub_decompositions’ shadows a previous local [-Wshadow]
|
|
test/ComplexBufferTests.cpp#L16
conversion to ‘std::size_t’ {aka ‘long unsigned int’} from ‘int’ may change the sign of the result [-Wsign-conversion]
|
test/ComplexBufferTests.cpp#L18
conversion to ‘std::size_t’ {aka ‘long unsigned int’} from ‘int’ may change the sign of the result [-Wsign-conversion]
|
The logs for this run have expired and are no longer available.
Loading