summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <ceffmpeg@gmail.com>2018-11-18 04:32:07 +0100
committerCarl Eugen Hoyos <ceffmpeg@gmail.com>2018-11-25 00:39:01 +0100
commit737b5f5869252cd1d367ab66321a40653fa34930 (patch)
treee1bcfca86cd06811e7d1cbbc39f6e160080e7c3a /configure
parent63c8558667dbf9a7427282586359ac5592b2e8a7 (diff)
downloadffmpeg-737b5f5869252cd1d367ab66321a40653fa34930.tar.gz
configure: Add -Wno-char-subscripts.
Silences many warnings on systems with signed char where the compiler cannot distinguish between char and int8_t.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 65925f173d..ab3144e459 100755
--- a/configure
+++ b/configure
@@ -6509,6 +6509,7 @@ 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 -Wno-char-subscripts
check_disable_warning_headers(){
warning_flag=-W${1#-Wno-}