mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-04 08:17:17 -05:00
gcc6
This commit is contained in:
parent
54ebe365b7
commit
25c2850b59
@ -1731,7 +1731,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.*)
|
4.*|5.*|6.*)
|
||||||
# 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