diff --git a/configure.ac b/configure.ac index b94ede5e..d550a6d4 100644 --- a/configure.ac +++ b/configure.ac @@ -1766,7 +1766,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.*|7.*|8.*|9.*) + 4.*|5.*|6.*|7.*|8|8.*|9.*) # Do not show warnings related to (char * | unsigned char *) type # difference. CFLAGS="$CFLAGS -fno-strict-aliasing -Wno-pointer-sign"