From ff57e1d51e51260a5f23892484244fc65de10e89 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Fri, 29 May 2009 17:02:03 -0700 Subject: [PATCH] Drop -Wno-syntax from Automake options, because we no longer need it. --- Makefile.am | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index 5a3be38e..18108cf0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,4 @@ -# The goal of -Wno-syntax here is just to suppress the Automake warning -# about overriding distdir, below. -AUTOMAKE_OPTIONS = foreign -Wno-syntax subdir-objects +AUTOMAKE_OPTIONS = foreign subdir-objects ACLOCAL_AMFLAGS = -I m4 SUBDIRS = datapath -- 2.30.2