Update cmake-build-ubuntu.yml #18
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]
|