1From a5d76751b5e62b95db9004e745767748bc560602 Mon Sep 17 00:00:00 2001
2From: hovercats <hovercatswithlasereyes@protonmail.com>
3Date: Thu, 29 Aug 2024 11:28:09 +0200
4Subject: [PATCH] add configure check for -Wno-error=incompatible-pointer-types
5
6---
7 configure | 1 +
8 1 file changed, 1 insertion(+)
9
10diff --git a/configure b/configure
11index 8642513..f933a4e 100755
12--- a/configure
13+++ b/configure
14@@ -7540,6 +7540,7 @@ elif enabled gcc; then
15 check_cflags -Werror=return-type
16 check_cflags -Werror=vla
17 check_cflags -Wformat
18+ check_cflags -Wno-error=incompatible-pointer-types
19 check_cflags -fdiagnostics-color=auto
20 enabled extra_warnings || check_disable_warning -Wno-maybe-uninitialized
21 if enabled x86_32; then
22--
232.45.1
24