From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Layton Subject: Re: [PATCH] automake: add -Werror to CFLAGS Date: Wed, 18 Apr 2012 15:54:12 -0400 Message-ID: <20120418155412.25a4f446@corrin.poochiereds.net> References: <1334600010-27430-1-git-send-email-jlayton@samba.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: linux-cifs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Jeff Layton Return-path: In-Reply-To: <1334600010-27430-1-git-send-email-jlayton-eUNUBHrolfbYtjvyW6yDsg@public.gmane.org> Sender: linux-cifs-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: On Mon, 16 Apr 2012 14:13:30 -0400 Jeff Layton wrote: > With the recent patch to fix the warnings in asn1.c, cifs-utils now > builds without any warnings. Ban them henceforth by adding -Werror for > builds. > > Signed-off-by: Jeff Layton > --- > Makefile.am | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/Makefile.am b/Makefile.am > index 17ad8e1..d95142a 100644 > --- a/Makefile.am > +++ b/Makefile.am > @@ -1,4 +1,4 @@ > -AM_CFLAGS = -Wall -Wextra > +AM_CFLAGS = -Wall -Wextra -Werror > ACLOCAL_AMFLAGS = -I aclocal > > root_sbindir = $(ROOTSBINDIR) Merged... -- Jeff Layton