mirror of
https://github.com/rkd77/elinks.git
synced 2025-01-03 14:57:44 -05:00
[configure.ac] added flags for gcc-13 and gcc-14
This commit is contained in:
parent
1aba9682ef
commit
cd7b71b6b1
@ -2050,7 +2050,7 @@ if test "x$ac_cv_c_compiler_gnu" = "xyes"; then
|
||||
# difference.
|
||||
CFLAGS="$CFLAGS -fno-strict-aliasing"
|
||||
;;
|
||||
10|10.*|11|11.*|12|12.*)
|
||||
10|10.*|11|11.*|12|12.*|13|13.*|14|14.*)
|
||||
# gettext
|
||||
CFLAGS="$CFLAGS -fno-strict-aliasing -Wno-builtin-declaration-mismatch -Wno-array-bounds"
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user