From c585b4e9f0b30b2ce60a48246f6fe656b4fb3957 Mon Sep 17 00:00:00 2001
From: Carl Eugen Hoyos <ceffmpeg@gmail.com>
Date: Mon, 9 Oct 2017 02:21:08 +0200
Subject: [PATCH] configure: Disable -Wbool-operation using
 check_disable_warning().

Suggested-by: James Almer
---
 configure | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure b/configure
index 0c75f7f5c96..fc377d90fbd 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-}
-- 
GitLab