diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-06-17 22:50:16 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-06-17 22:50:16 +0800 |
| commit | 8d5f3549f7c2826ff4e35b31f6ce55179ebc70e9 (patch) | |
| tree | 778925c58e70b035e9cfe9a12e345d1ddd3dbb61 /repos/extra/ffmpeg/gcc-14.patch | |
| parent | e7a05bccb4e979eb70b15defa583ef81cabed9e0 (diff) | |
| download | alicelinux-8d5f3549f7c2826ff4e35b31f6ce55179ebc70e9.tar.gz alicelinux-8d5f3549f7c2826ff4e35b31f6ce55179ebc70e9.zip | |
updates
Diffstat (limited to 'repos/extra/ffmpeg/gcc-14.patch')
| -rw-r--r-- | repos/extra/ffmpeg/gcc-14.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/repos/extra/ffmpeg/gcc-14.patch b/repos/extra/ffmpeg/gcc-14.patch new file mode 100644 index 00000000..c9ab18c7 --- /dev/null +++ b/repos/extra/ffmpeg/gcc-14.patch @@ -0,0 +1,12 @@ +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 |