[Xcb] [PATCH libxcb 3/3] help text: do not report the insanly long list of Warning flags.

josh at joshtriplett.org josh at joshtriplett.org
Wed Mar 26 15:06:12 PDT 2014


On Wed, Mar 26, 2014 at 03:40:57PM -0400, Gaetan Nadon wrote:
> Originally there was just one. Now that XCB has been integrated with X and
> uses the same compiler flags, it is a different story.
> 
>   Used CFLAGS:
>     CPPFLAGS............:
>     CFLAGS..............: -g -O2
>     Warning CFLAGS......:  -Wall -Wpointer-arith AND SO ON FOR 8 lines...
> 
> It completely defaces the otherwise excellent output.
> 
> Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

Reviewed-by: Josh Triplett <josh at joshtriplett.org>

>  configure.ac |    1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/configure.ac b/configure.ac
> index 80b1ad4..05eca86 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -329,7 +329,6 @@ echo ""
>  echo "  Used CFLAGS:"
>  echo "    CPPFLAGS............: ${CPPFLAGS}"
>  echo "    CFLAGS..............: ${CFLAGS}"
> -echo "    Warning CFLAGS......: ${BASE_CFLAGS}"
>  echo ""
>  echo "  Installation:"
>  echo "    Prefix..............: ${prefix}"
> -- 
> 1.7.9.5
> 
> _______________________________________________
> Xcb mailing list
> Xcb at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/xcb


More information about the Xcb mailing list