Changes to support native execution #192
Annotations
12 warnings
build-set-linux
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, Joshua-Ashton/gcc-problem-matcher@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build-set-linux:
libs/vkd3d/swapchain.c#L2404
cast between incompatible function types from ‘FARPROC’ {aka ‘int (__attribute__((stdcall)) *)()’} to ‘void (*)()’ [-Wcast-function-type]
|
build-set-linux:
libs/vkd3d/swapchain.c#L2405
cast between incompatible function types from ‘FARPROC’ {aka ‘int (__attribute__((stdcall)) *)()’} to ‘void (*)()’ [-Wcast-function-type]
|
build-set-linux:
tests/d3d12_pso.c#L4234
unused variable ‘so_tests’ [-Wunused-variable]
|
build-set-linux:
tests/d3d12_pso.c#L4209
unused variable ‘so_strides’ [-Wunused-variable]
|
build-set-linux:
libs/vkd3d/swapchain.c#L2401
implicit declaration of function ‘GetModuleHandleW’ [-Wimplicit-function-declaration]
|
build-set-linux:
libs/vkd3d/swapchain.c#L2401
assignment to ‘HMODULE’ {aka ‘void *’} from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
|
build-set-linux:
libs/vkd3d/swapchain.c#L2404
implicit declaration of function ‘GetProcAddress’ [-Wimplicit-function-declaration]
|
build-set-linux:
libs/vkd3d/swapchain.c#L2404
cast between incompatible function types from ‘FARPROC’ {aka ‘long long int (*)()’} to ‘void (*)()’ [-Wcast-function-type]
|
build-set-linux:
libs/vkd3d/swapchain.c#L2405
cast between incompatible function types from ‘FARPROC’ {aka ‘long long int (*)()’} to ‘void (*)()’ [-Wcast-function-type]
|
build-set-linux:
tests/d3d12_pso.c#L4234
unused variable ‘so_tests’ [-Wunused-variable]
|
build-set-linux:
tests/d3d12_pso.c#L4209
unused variable ‘so_strides’ [-Wunused-variable]
|