1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-19 01:36:33 -04:00

[configure.ac] added flags for gcc-13 and gcc-14

This commit is contained in:
Witold Filipczyk 2024-08-17 11:09:43 +02:00
parent 1aba9682ef
commit cd7b71b6b1

View File

@ -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"
;;