From c2d155e11ee5ec732d471982f2dee43703bcd5a7 Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos <ceffmpeg@gmail.com> Date: Sun, 8 Oct 2017 23:08:09 +0200 Subject: [PATCH] configure: Disable -Wbool-operation. Requested-by: Ronald and Derek --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index 77c9a18c3ca..d5e96e95e15 100755 --- a/configure +++ b/configure @@ -6291,6 +6291,7 @@ check_cflags -Wmissing-prototypes check_cflags -Wno-pointer-to-int-cast check_cflags -Wstrict-prototypes check_cflags -Wempty-body +check_cflags -Wno-bool-operation if enabled extra_warnings; then check_cflags -Wcast-qual -- GitLab