Module: vkd3d Branch: master Commit: d155071f2268da0572889365642488a8fddf111d URL: https://gitlab.winehq.org/wine/vkd3d/-/commit/d155071f2268da0572889365642488...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Thu Feb 22 13:01:24 2024 +0100
configure: Build with -Wshift-overflow=2.
---
configure.ac | 1 + 1 file changed, 1 insertion(+)
diff --git a/configure.ac b/configure.ac index 7fe70615..6d352895 100644 --- a/configure.ac +++ b/configure.ac @@ -66,6 +66,7 @@ AS_IF([test "x${GCC}" = "xyes"], VKD3D_CHECK_CFLAGS([-Wmissing-prototypes]) VKD3D_CHECK_CFLAGS([-Wpointer-arith]) VKD3D_CHECK_CFLAGS([-Wshadow]) + VKD3D_CHECK_CFLAGS([-Wshift-overflow=2]) VKD3D_CHECK_CFLAGS([-Wunused-but-set-parameter]) VKD3D_CHECK_CFLAGS([-Wvla]) VKD3D_CHECK_CFLAGS([-Wl,--no-undefined])])