From: David Lamparter Date: Fri, 14 Jul 2017 14:58:29 +0000 (+0200) Subject: nhrpd: enable -Werror X-Git-Tag: reindent-master-before~2^2~1 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=3192b3ac46ce3f500cc64bb267b25bcfc655531a;p=matthieu%2Ffrr.git nhrpd: enable -Werror Signed-off-by: David Lamparter --- diff --git a/nhrpd/Makefile.am b/nhrpd/Makefile.am index ae0dd6f5f8..64d9e09bfb 100644 --- a/nhrpd/Makefile.am +++ b/nhrpd/Makefile.am @@ -4,7 +4,7 @@ AM_CPPFLAGS = -I.. -I$(top_srcdir) -I$(top_srcdir)/lib -I$(top_builddir)/lib -DQ DEFS = @DEFS@ @CARES_CFLAGS@ -DSYSCONFDIR=\"$(sysconfdir)/\" INSTALL_SDATA=@INSTALL@ -m 600 -AM_CFLAGS = $(PICFLAGS) #$(WERROR) +AM_CFLAGS = $(PICFLAGS) $(WERROR) AM_LDFLAGS = $(PICLDFLAGS) sbin_PROGRAMS = nhrpd