Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <ceffmpeg@gmail.com>2017-10-09 03:21:08 +0300
committerCarl Eugen Hoyos <ceffmpeg@gmail.com>2017-10-09 03:21:08 +0300
commitc585b4e9f0b30b2ce60a48246f6fe656b4fb3957 (patch)
treefdea04d42cb0349a32e6ef73f0575af68ad89814 /configure
parentc154c34c1b37f570ee879560903af1a1a26153e1 (diff)
configure: Disable -Wbool-operation using check_disable_warning().
Suggested-by: James Almer
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 0c75f7f5c9..fc377d90fb 100755
--- a/configure
+++ b/configure
@@ -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-}