From b86585220b7de6b351e7e36170eba0a17af6c861 Mon Sep 17 00:00:00 2001 From: Moritz Grimm Date: Tue, 11 Feb 2020 16:21:40 +0100 Subject: [PATCH] Remove -Wbounded It's no longer relevant. --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index a49c46a..a746e1e 100644 --- a/configure.ac +++ b/configure.ac @@ -47,8 +47,8 @@ dnl ## COMPILER ######################################################## dnl ############## if test -n "${GCC}"; then - for _flag in Wall W Wshadow Wconversion Wbounded \ - Wmissing-declarations Wmissing-prototypes Wstrict-prototypes + for _flag in Wall W Wshadow Wconversion Wmissing-declarations \ + Wmissing-prototypes Wstrict-prototypes do AX_CHECK_CFLAG([${_flag}], [AX_UNIQVAR_APPEND([EZ_CFLAGS], [-${_flag}])], [])