Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
Ezstream
Commits
b8658522
Commit
b8658522
authored
Feb 11, 2020
by
Moritz Grimm
Browse files
Remove -Wbounded
It's no longer relevant.
parent
6b8c19d3
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
b8658522
...
@@ -47,8 +47,8 @@ dnl ## COMPILER ########################################################
...
@@ -47,8 +47,8 @@ dnl ## COMPILER ########################################################
dnl ##############
dnl ##############
if test -n "${GCC}"; then
if test -n "${GCC}"; then
for _flag in Wall W Wshadow Wconversion W
bounded
\
for _flag in Wall W Wshadow Wconversion W
missing-declarations
\
Wmissing-declarations
Wmissing-prototypes Wstrict-prototypes
Wmissing-prototypes Wstrict-prototypes
do
do
AX_CHECK_CFLAG([${_flag}],
AX_CHECK_CFLAG([${_flag}],
[AX_UNIQVAR_APPEND([EZ_CFLAGS], [-${_flag}])], [])
[AX_UNIQVAR_APPEND([EZ_CFLAGS], [-${_flag}])], [])
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment