mirror of
https://github.com/rkd77/elinks.git
synced 2025-02-02 15:09:23 -05:00
[cofigure.ac] gcc-9 on Raspbian
This commit is contained in:
parent
08138487a0
commit
6a581dd044
@ -1769,7 +1769,7 @@ if test "x$ac_cv_c_compiler_gnu" = "xyes"; then
|
|||||||
4.5*)
|
4.5*)
|
||||||
CFLAGS="$CFLAGS -fno-strict-aliasing -Wno-pointer-sign -Wno-enum-compare"
|
CFLAGS="$CFLAGS -fno-strict-aliasing -Wno-pointer-sign -Wno-enum-compare"
|
||||||
;;
|
;;
|
||||||
4.*|5.*|6.*|7.*|8|8.*|9.*)
|
4.*|5.*|6.*|7.*|8|8.*|9|9.*)
|
||||||
# Do not show warnings related to (char * | unsigned char *) type
|
# Do not show warnings related to (char * | unsigned char *) type
|
||||||
# difference.
|
# difference.
|
||||||
CFLAGS="$CFLAGS -fno-strict-aliasing -Wno-pointer-sign"
|
CFLAGS="$CFLAGS -fno-strict-aliasing -Wno-pointer-sign"
|
||||||
|
Loading…
Reference in New Issue
Block a user