mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-13 21:28:01 +02:00
configure: Add -Wno-format-zero-length to CFLAGS.
The C standard specifies that zero-length format strings are allowed.
This commit is contained in:
parent
fc66e23154
commit
b36518dcf4
1
configure
vendored
1
configure
vendored
@ -2978,6 +2978,7 @@ check_cflags -Wdeclaration-after-statement
|
||||
check_cflags -Wall
|
||||
check_cflags -Wno-parentheses
|
||||
check_cflags -Wno-switch
|
||||
check_cflags -Wno-format-zero-length
|
||||
check_cflags -Wdisabled-optimization
|
||||
check_cflags -Wpointer-arith
|
||||
check_cflags -Wredundant-decls
|
||||
|
Loading…
Reference in New Issue
Block a user