mirror of
https://gitlab.xiph.org/xiph/ezstream.git
synced 2025-01-03 14:56:35 -05:00
Remove -Wbounded
It's no longer relevant.
This commit is contained in:
parent
6b8c19d3ed
commit
b86585220b
@ -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}])], [])
|
||||
|
Loading…
Reference in New Issue
Block a user