Skip to content

Update cmake-build-ubuntu.yml #17

Update cmake-build-ubuntu.yml

Update cmake-build-ubuntu.yml #17

Triggered via push October 31, 2024 21:52
Status Success
Total duration 1m 26s
Artifacts
Matrix: job
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
ubuntu-latest-gcc-Debug-Build: src/Editor/RenderingOrchestrator.hpp#L136
format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘size_t’ {aka ‘long unsigned int’} [-Wformat=]
ubuntu-latest-clang-Debug-Build: src/Editor/RenderingOrchestrator.hpp#L136
format specifies type 'int' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat]
ubuntu-latest-clang-Release-Build: src/Editor/RenderingOrchestrator.hpp#L136
format specifies type 'int' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat]
ubuntu-latest-gcc-Release-Build: src/Editor/RenderingOrchestrator.hpp#L136
format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘size_t’ {aka ‘long unsigned int’} [-Wformat=]