1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-13 21:28:01 +02:00

configure: Disable -Wbool-operation using check_disable_warning().

Suggested-by: James Almer
This commit is contained in:
Carl Eugen Hoyos 2017-10-09 02:21:08 +02:00
parent c154c34c1b
commit c585b4e9f0

1
configure vendored
View File

@ -6314,6 +6314,7 @@ check_disable_warning -Wno-switch
check_disable_warning -Wno-format-zero-length
check_disable_warning -Wno-pointer-sign
check_disable_warning -Wno-unused-const-variable
check_disable_warning -Wno-bool-operation
check_disable_warning_headers(){
warning_flag=-W${1#-Wno-}