-Wbounded is nice, but clang reports the same thing nowadays.
This commit is contained in:
parent
162b485cf6
commit
ba104b2706
@ -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"])
|
||||
|
Loading…
Reference in New Issue
Block a user