Skip to content

Remove unnecessary include #8

Remove unnecessary include

Remove unnecessary include #8

Triggered via push January 17, 2024 16:39
Status Success
Total duration 3m 7s
Artifacts
Fit to window
Zoom out
Zoom in

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]