From patchwork Mon Jul 21 03:47:38 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthew Hall X-Patchwork-Id: 69 Return-Path: Received: from mail.mhcomputing.net (master.mhcomputing.net [74.208.46.186]) by dpdk.org (Postfix) with ESMTP id 6938F68CB for ; Mon, 21 Jul 2014 05:47:10 +0200 (CEST) Received: from syslog-sdn.mhcomputing.net (172-3-139-73.lightspeed.sntcca.sbcglobal.net [172.3.139.73]) by mail.mhcomputing.net (Postfix) with ESMTPSA id D613280A158; Sun, 20 Jul 2014 20:47:50 -0700 (PDT) From: Matthew Hall To: dev@dpdk.org Date: Sun, 20 Jul 2014 20:47:38 -0700 Message-Id: <1405914461-19335-2-git-send-email-mhall@mhcomputing.net> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1405914461-19335-1-git-send-email-mhall@mhcomputing.net> References: <1405914461-19335-1-git-send-email-mhall@mhcomputing.net> Subject: [dpdk-dev] [PATCH 1/4] l3fwd: some functions are unused in l3fwd-acl X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jul 2014 03:47:10 -0000 Signed-off-by: Matthew Hall --- examples/l3fwd/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/l3fwd/Makefile b/examples/l3fwd/Makefile index 68de8fc..5cd7396 100644 --- a/examples/l3fwd/Makefile +++ b/examples/l3fwd/Makefile @@ -46,6 +46,7 @@ SRCS-y := main.c CFLAGS += -O3 $(USER_FLAGS) CFLAGS += $(WERROR_FLAGS) +CFLAGS += -Wno-unused-function # workaround for a gcc bug with noreturn attribute # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12603