X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=test%2Faclocal.m4;h=0b3a3ac1fbd108220decd5c6379d52d38afe12fc;hp=e34069d64c96f5a7419d420421a04da6f785502f;hb=3e800f58ddf476b6f98de80c486e6adae38ec030;hpb=70e1890695998ac225c5a2a3006500372e1987a1 diff --git a/test/aclocal.m4 b/test/aclocal.m4 index e34069d6..0b3a3ac1 100644 --- a/test/aclocal.m4 +++ b/test/aclocal.m4 @@ -26,7 +26,7 @@ dnl sale, use or other dealings in this Software without prior written * dnl authorization. * dnl*************************************************************************** dnl -dnl $Id: aclocal.m4,v 1.74 2012/01/14 17:16:53 tom Exp $ +dnl $Id: aclocal.m4,v 1.75 2012/04/01 00:14:58 tom Exp $ dnl dnl Author: Thomas E. Dickey dnl @@ -1414,7 +1414,7 @@ if test "$GCC" = yes ; then fi ])dnl dnl --------------------------------------------------------------------------- -dnl CF_GCC_WARNINGS version: 27 updated: 2010/10/23 15:52:32 +dnl CF_GCC_WARNINGS version: 28 updated: 2012/03/31 20:10:46 dnl --------------- dnl Check if the compiler supports useful warning options. There's a few that dnl we don't use, simply because they're too noisy: @@ -1512,6 +1512,13 @@ then continue;; esac ;; + Wpointer-arith) #(vi + case $GCC_VERSION in + [[12]].*) + CF_VERBOSE(feature is broken in gcc $GCC_VERSION) + continue;; + esac + ;; esac EXTRA_CFLAGS="$EXTRA_CFLAGS -$cf_opt" fi