From: Ben Pfaff Date: Sat, 30 May 2009 00:02:03 +0000 (-0700) Subject: Drop -Wno-syntax from Automake options, because we no longer need it. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff57e1d51e51260a5f23892484244fc65de10e89;p=openvswitch Drop -Wno-syntax from Automake options, because we no longer need it. --- 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