Remove unnecessary include #8
zones_convolver_tests.yml
on: push
build_and_test
2m 57s
Annotations
10 warnings
build_and_test
suggest braces around empty body in an ‘if’ statement [-Wempty-body]
|
build_and_test:
test/ComplexBufferTests.cpp#L14
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#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#L69
comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare]
|
build_and_test:
test/ComplexBufferTests.cpp#L71
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#L72
comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare]
|
build_and_test:
test/ComplexBufferTests.cpp#L81
comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare]
|
build_and_test:
test/ComplexBufferTests.cpp#L83
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#L84
comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare]
|
build_and_test:
test/ComplexBufferTests.cpp#L146
conversion to ‘int’ from ‘unsigned int’ may change the sign of the result [-Wsign-conversion]
|