From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-we0-f182.google.com (mail-we0-f182.google.com [74.125.82.182]) by dpdk.org (Postfix) with ESMTP id 4531E595A for ; Mon, 21 Jul 2014 15:43:35 +0200 (CEST) Received: by mail-we0-f182.google.com with SMTP id k48so6391687wev.13 for ; Mon, 21 Jul 2014 06:44:49 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=heAvoM2WIId10QDPd3E83oF3SdZi43xFCyg2iRIeS3o=; b=KVU45Z7iRmkX9duHQBb2D98ry06rlwRakFfsldFfwsYXYcqcTlSlgxXxEv9yj1oOL4 5/XDgHnwpZJSOzVLULenRN4ELdRN82GQJpmddAF869V6nlUGvi/EC9pFLjoUEFy23PYf eAJNDrsVWmbi7J27iefxtj8YFsx9shXwxm1BazeMYPGLMUUctaYtRlMrVjRBOz29MIwa 9dUL7KbWOcOYXmrGTe3+orFZ8y2yLpkxrAJi74oUQqOHaAxbIwKKMhW2zirx5qJHcwLt hdMqa0bG0vXn5OsCGpv+r2GM6WSOoffXcnZFlLAEZ382gh4Z2k4CbeEnvV0QSqxfA1ir 5bKA== X-Gm-Message-State: ALoCoQmbXB+roLa/sxlV7d1JjmCeIQ5WJ88Do3Z7PnrVtK+VPD8CpftbX2KBkryEpt/Kc1xn0L+T X-Received: by 10.180.8.10 with SMTP id n10mr4568422wia.41.1405950289683; Mon, 21 Jul 2014 06:44:49 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id pl1sm20092891wic.17.2014.07.21.06.44.48 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 21 Jul 2014 06:44:48 -0700 (PDT) From: Thomas Monjalon To: Matthew Hall Date: Mon, 21 Jul 2014 15:44:41 +0200 Message-ID: <1882677.eVWsvu6oSK@xps13> Organization: 6WIND User-Agent: KMail/4.13.2 (Linux/3.15.5-2-ARCH; KDE/4.13.2; x86_64; ; ) In-Reply-To: <1405914461-19335-2-git-send-email-mhall@mhcomputing.net> References: <1405914461-19335-1-git-send-email-mhall@mhcomputing.net> <1405914461-19335-2-git-send-email-mhall@mhcomputing.net> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [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 13:43:35 -0000 Hi, 2014-07-20 20:47, Matthew Hall: > +CFLAGS += -Wno-unused-function I think it's better to fix the code instead of removing a warning. If there is a very good reason to not do it, it would appear in the log. Thanks -- Thomas