2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-09-11 23:30:13 +00:00
repo/extra/ffmpeg/patches/gcc-14.patch

13 lines
443 B
Diff
Raw Normal View History

2024-06-12 01:28:28 +00:00
diff --git a/configure b/configure
index 4f5353f..88c66f3 100755
--- a/configure
+++ b/configure
@@ -7540,6 +7540,7 @@ elif enabled gcc; then
check_cflags -Werror=return-type
check_cflags -Werror=vla
check_cflags -Wformat
+ check_cflags -Wno-error=incompatible-pointer-types
check_cflags -fdiagnostics-color=auto
enabled extra_warnings || check_disable_warning -Wno-maybe-uninitialized
if enabled x86_32; then