1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-28 03:06:20 -04:00

[configure.ac] -Wno-array-bounds

This commit is contained in:
Witold Filipczyk 2021-12-08 13:59:10 +01:00
parent 54d1263a6b
commit 3ad0565da5

View File

@ -1863,7 +1863,7 @@ if test "x$ac_cv_c_compiler_gnu" = "xyes"; then
;; ;;
10|10.*|11|11.*) 10|10.*|11|11.*)
# gettext # gettext
CFLAGS="$CFLAGS -fno-strict-aliasing -Wno-builtin-declaration-mismatch" CFLAGS="$CFLAGS -fno-strict-aliasing -Wno-builtin-declaration-mismatch -Wno-array-bounds"
;; ;;
*) *)
# These should be ok using -Werror # These should be ok using -Werror