vkd3d: Implement baseline workgraph functionality. #5659
Annotations
8 warnings
libs/vkd3d/workgraphs.c#L2303
format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 5 has type ‘int’ [-Wformat=]
|
libs/vkd3d/workgraphs.c#L2303
format ‘%llu’ expects a matching ‘long long unsigned int’ argument [-Wformat=]
|
libs/vkd3d/workgraphs.c#L774
format ‘%u’ expects argument of type ‘unsigned int’, but argument 6 has type ‘size_t’ {aka ‘long unsigned int’} [-Wformat=]
|
libs/vkd3d/workgraphs.c#L2303
format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 5 has type ‘int’ [-Wformat=]
|
libs/vkd3d/workgraphs.c#L2303
format ‘%lu’ expects a matching ‘long unsigned int’ argument [-Wformat=]
|
libs/vkd3d/command.c#L16898
format ‘%u’ expects argument of type ‘unsigned int’, but argument 6 has type ‘size_t’ {aka ‘long unsigned int’} [-Wformat=]
|
libs/vkd3d/workgraphs.c#L1012
unused function 'd3d12_state_object_inc_ref' [-Wunused-function]
|
libs/vkd3d/workgraphs.c#L1012
unused function 'd3d12_state_object_inc_ref' [-Wunused-function]
|
The logs for this run have expired and are no longer available.
Loading