gcc-14.patch (443B)
1 diff --git a/configure b/configure 2 index 4f5353f..88c66f3 100755 3 --- a/configure 4 +++ b/configure 5 @@ -7540,6 +7540,7 @@ elif enabled gcc; then 6 check_cflags -Werror=return-type 7 check_cflags -Werror=vla 8 check_cflags -Wformat 9 + check_cflags -Wno-error=incompatible-pointer-types 10 check_cflags -fdiagnostics-color=auto 11 enabled extra_warnings || check_disable_warning -Wno-maybe-uninitialized 12 if enabled x86_32; then