meta: Add more numbers for NV donut workgraph sample. #5672
Annotations
8 warnings
build-set-linux:
libs/vkd3d/workgraphs.c#L2462
format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 5 has type ‘int’ [-Wformat=]
|
build-set-linux:
libs/vkd3d/workgraphs.c#L2462
format ‘%llu’ expects a matching ‘long long unsigned int’ argument [-Wformat=]
|
build-set-linux:
libs/vkd3d/workgraphs.c#L922
format ‘%u’ expects argument of type ‘unsigned int’, but argument 6 has type ‘size_t’ {aka ‘long unsigned int’} [-Wformat=]
|
build-set-linux:
libs/vkd3d/workgraphs.c#L2462
format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 5 has type ‘int’ [-Wformat=]
|
build-set-linux:
libs/vkd3d/workgraphs.c#L2462
format ‘%lu’ expects a matching ‘long unsigned int’ argument [-Wformat=]
|
build-set-linux:
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=]
|
build-set-linux:
libs/vkd3d/workgraphs.c#L1160
unused function 'd3d12_state_object_inc_ref' [-Wunused-function]
|
build-set-linux:
libs/vkd3d/workgraphs.c#L1160
unused function 'd3d12_state_object_inc_ref' [-Wunused-function]
|