-Wbounded is nice, but clang reports the same thing nowadays.

This commit is contained in:
Frank Denis 2013-04-25 23:27:47 -07:00
parent 162b485cf6
commit ba104b2706

View File

@ -86,7 +86,6 @@ case $host_os in
;;
esac
AX_CHECK_COMPILE_FLAG([-Wbounded], [CFLAGS="$CFLAGS -Wbounded"])
AX_CHECK_COMPILE_FLAG([-Winit-self], [CFLAGS="$CFLAGS -Winit-self"])
AX_CHECK_COMPILE_FLAG([-Wwrite-strings], [CFLAGS="$CFLAGS -Wwrite-strings"])
AX_CHECK_COMPILE_FLAG([-Wdiv-by-zero], [CFLAGS="$CFLAGS -Wdiv-by-zero"])