From 13ae3f5dfc8d300ceb61ec91ac69e0b2b5e8683f Mon Sep 17 00:00:00 2001 From: Stephen Fisher Date: Thu, 22 Mar 2007 23:49:06 +0000 Subject: Add -Werror for gcc back to epan/dfilter directory svn path=/trunk/; revision=21136 --- epan/dfilter/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'epan/dfilter/Makefile.am') diff --git a/epan/dfilter/Makefile.am b/epan/dfilter/Makefile.am index 9de326ea39..09d80c8752 100644 --- a/epan/dfilter/Makefile.am +++ b/epan/dfilter/Makefile.am @@ -21,6 +21,10 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +if USING_GCC +AM_CFLAGS = -Werror +endif + noinst_LTLIBRARIES = libdfilter.la CLEANFILES = \ -- cgit v1.2.3