1
0
mirror of https://gitlab.xiph.org/xiph/ezstream.git synced 2024-06-02 06:01:10 +00:00

Remove -Wbounded

It's no longer relevant.
This commit is contained in:
Moritz Grimm 2020-02-11 16:21:40 +01:00
parent 6b8c19d3ed
commit b86585220b

View File

@ -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}])], [])