Skip to content

Update cmake-build-ubuntu.yml #18

Update cmake-build-ubuntu.yml

Update cmake-build-ubuntu.yml #18

Triggered via push November 2, 2024 13:22
Status Success
Total duration 1m 2s
Artifacts
Matrix: job
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
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-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=]
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-Release-Build: src/Editor/RenderingOrchestrator.hpp#L136
format specifies type 'int' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat]