vkd3d: Experimentally enable workgraphs behind config flag. #6227
Annotations
7 warnings
The Ubuntu-20.04 brownout takes place from 2025-02-01. For more details, see https://github.com/actions/runner-images/issues/11101
|
Build Native GCC x86:
libs/vkd3d/workgraphs.c#L2532
format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 5 has type ‘int’ [-Wformat=]
|
Build Native GCC x86:
libs/vkd3d/workgraphs.c#L2532
format ‘%llu’ expects a matching ‘long long unsigned int’ argument [-Wformat=]
|
Build Native GCC x64:
libs/vkd3d/workgraphs.c#L937
format ‘%u’ expects argument of type ‘unsigned int’, but argument 6 has type ‘size_t’ {aka ‘long unsigned int’} [-Wformat=]
|
Build Native GCC x64:
libs/vkd3d/workgraphs.c#L2532
format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 5 has type ‘int’ [-Wformat=]
|
Build Native GCC x64:
libs/vkd3d/workgraphs.c#L2532
format ‘%lu’ expects a matching ‘long unsigned int’ argument [-Wformat=]
|
Build Native GCC x64:
libs/vkd3d/command.c#L17039
format ‘%u’ expects argument of type ‘unsigned int’, but argument 6 has type ‘size_t’ {aka ‘long unsigned int’} [-Wformat=]
|
Loading