Skip to content

ci: Enable format warnings for native builds on CI. #56

ci: Enable format warnings for native builds on CI.

ci: Enable format warnings for native builds on CI. #56

Triggered via push August 22, 2024 21:47
Status Success
Total duration 7m 49s
Artifacts
build-set-linux
7m 40s
build-set-linux
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
build-set-linux: libs/vkd3d/device.c#L4809
format ‘%zu’ expects argument of type ‘size_t’, but argument 5 has type ‘SIZE_T’ {aka ‘long unsigned int’} [-Wformat=]
build-set-linux: libs/vkd3d/device.c#L4809
format ‘%zu’ expects argument of type ‘size_t’, but argument 6 has type ‘SIZE_T’ {aka ‘long unsigned int’} [-Wformat=]
build-set-linux: libs/vkd3d/resource.c#L2805
format ‘%u’ expects argument of type ‘unsigned int’, but argument 5 has type ‘UINT64’ {aka ‘long long unsigned int’} [-Wformat=]
build-set-linux: tests/d3d12_sampler_feedback.c#L83
format ‘%x’ expects a matching ‘unsigned int’ argument [-Wformat=]
build-set-linux: tests/d3d12_sampler_feedback.c#L164
too many arguments for format [-Wformat-extra-args]
build-set-linux: tests/d3d12_depth_stencil.c#L2301
format ‘%x’ expects a matching ‘unsigned int’ argument [-Wformat=]
build-set-linux: tests/d3d12_depth_stencil.c#L2349
format ‘%x’ expects a matching ‘unsigned int’ argument [-Wformat=]
build-set-linux: tests/d3d12_depth_stencil.c#L2544
format ‘%x’ expects a matching ‘unsigned int’ argument [-Wformat=]
build-set-linux: tests/d3d12_mesh_shader.c#L343
format ‘%x’ expects a matching ‘unsigned int’ argument [-Wformat=]
build-set-linux: tests/d3d12_mesh_shader.c#L348
format ‘%x’ expects a matching ‘unsigned int’ argument [-Wformat=]
build-set-linux: libs/vkd3d/resource.c#L2805
format ‘%u’ expects argument of type ‘unsigned int’, but argument 5 has type ‘UINT64’ {aka ‘long unsigned int’} [-Wformat=]
build-set-linux: tests/d3d12_sampler_feedback.c#L83
format ‘%x’ expects a matching ‘unsigned int’ argument [-Wformat=]
build-set-linux: tests/d3d12_sampler_feedback.c#L164
too many arguments for format [-Wformat-extra-args]
build-set-linux: tests/d3d12_render_target.c#L873
format ‘%x’ expects a matching ‘unsigned int’ argument [-Wformat=]
build-set-linux: tests/d3d12_render_target.c#L1155
format ‘%x’ expects a matching ‘unsigned int’ argument [-Wformat=]
build-set-linux: tests/d3d12_render_target.c#L1163
format ‘%x’ expects a matching ‘unsigned int’ argument [-Wformat=]
build-set-linux: tests/d3d12_render_target.c#L1174
format ‘%x’ expects a matching ‘unsigned int’ argument [-Wformat=]
build-set-linux: tests/d3d12_mesh_shader.c#L343
format ‘%x’ expects a matching ‘unsigned int’ argument [-Wformat=]
build-set-linux: tests/d3d12_mesh_shader.c#L348
format ‘%x’ expects a matching ‘unsigned int’ argument [-Wformat=]
build-set-linux: tests/d3d12_mesh_shader.c#L717
format ‘%x’ expects a matching ‘unsigned int’ argument [-Wformat=]