1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-07-26 16:45:12 -04:00
This commit is contained in:
Witold Filipczyk 2017-11-11 16:26:21 +01:00
parent 0241aaeab4
commit 83a2020936

View File

@ -1731,7 +1731,7 @@ if test "x$ac_cv_c_compiler_gnu" = "xyes"; then
4.5*)
CFLAGS="$CFLAGS -fno-strict-aliasing -Wno-pointer-sign -Wno-enum-compare"
;;
4.*|5.*|6.*)
4.*|5.*|6.*|7.*)
# Do not show warnings related to (char * | unsigned char *) type
# difference.
CFLAGS="$CFLAGS -fno-strict-aliasing -Wno-pointer-sign"