mirror of
https://github.com/rkd77/elinks.git
synced 2025-02-02 15:09:23 -05:00
[configure.ac] -Wno-array-bounds
This commit is contained in:
parent
54d1263a6b
commit
3ad0565da5
@ -1863,7 +1863,7 @@ if test "x$ac_cv_c_compiler_gnu" = "xyes"; then
|
||||
;;
|
||||
10|10.*|11|11.*)
|
||||
# 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user