1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-15 23:35:34 +00:00

[configure.ac] gcc-12

This commit is contained in:
Witold Filipczyk 2022-07-17 17:59:28 +02:00
parent d75e9c7b93
commit 7fb28d900c

View File

@ -1879,7 +1879,7 @@ if test "x$ac_cv_c_compiler_gnu" = "xyes"; then
# difference.
CFLAGS="$CFLAGS -fno-strict-aliasing"
;;
10|10.*|11|11.*)
10|10.*|11|11.*|12|12.*)
# gettext
CFLAGS="$CFLAGS -fno-strict-aliasing -Wno-builtin-declaration-mismatch -Wno-array-bounds"
;;