vkd3d: Fix some format warnings. #57
Annotations
20 warnings
tests/d3d12_sampler_feedback.c#L83
format ‘%x’ expects a matching ‘unsigned int’ argument [-Wformat=]
|
tests/d3d12_sampler_feedback.c#L164
too many arguments for format [-Wformat-extra-args]
|
tests/d3d12_depth_stencil.c#L2301
format ‘%x’ expects a matching ‘unsigned int’ argument [-Wformat=]
|
tests/d3d12_depth_stencil.c#L2349
format ‘%x’ expects a matching ‘unsigned int’ argument [-Wformat=]
|
tests/d3d12_depth_stencil.c#L2544
format ‘%x’ expects a matching ‘unsigned int’ argument [-Wformat=]
|
tests/d3d12_render_target.c#L873
format ‘%x’ expects a matching ‘unsigned int’ argument [-Wformat=]
|
tests/d3d12_render_target.c#L1155
format ‘%x’ expects a matching ‘unsigned int’ argument [-Wformat=]
|
tests/d3d12_render_target.c#L1163
format ‘%x’ expects a matching ‘unsigned int’ argument [-Wformat=]
|
tests/d3d12_render_target.c#L1174
format ‘%x’ expects a matching ‘unsigned int’ argument [-Wformat=]
|
tests/d3d12_mesh_shader.c#L343
format ‘%x’ expects a matching ‘unsigned int’ argument [-Wformat=]
|
tests/d3d12_sampler_feedback.c#L83
format ‘%x’ expects a matching ‘unsigned int’ argument [-Wformat=]
|
tests/d3d12_sampler_feedback.c#L164
too many arguments for format [-Wformat-extra-args]
|
tests/d3d12_render_target.c#L873
format ‘%x’ expects a matching ‘unsigned int’ argument [-Wformat=]
|
tests/d3d12_render_target.c#L1155
format ‘%x’ expects a matching ‘unsigned int’ argument [-Wformat=]
|
tests/d3d12_render_target.c#L1163
format ‘%x’ expects a matching ‘unsigned int’ argument [-Wformat=]
|
tests/d3d12_render_target.c#L1174
format ‘%x’ expects a matching ‘unsigned int’ argument [-Wformat=]
|
tests/d3d12_depth_stencil.c#L2301
format ‘%x’ expects a matching ‘unsigned int’ argument [-Wformat=]
|
tests/d3d12_depth_stencil.c#L2349
format ‘%x’ expects a matching ‘unsigned int’ argument [-Wformat=]
|
tests/d3d12_depth_stencil.c#L2544
format ‘%x’ expects a matching ‘unsigned int’ argument [-Wformat=]
|
tests/d3d12_mesh_shader.c#L343
format ‘%x’ expects a matching ‘unsigned int’ argument [-Wformat=]
|
This job succeeded
Loading