Skip to content

Experimentally implement workgraphs #5949

Experimentally implement workgraphs

Experimentally implement workgraphs #5949

Triggered via pull request January 10, 2025 14:01
Status Success
Total duration 8m 30s
Artifacts

test-build-linux.yml

on: pull_request
build-set-linux
8m 23s
build-set-linux
Fit to window
Zoom out
Zoom in

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#L16864
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]