From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 122355907 for ; Tue, 24 Jun 2014 07:23:39 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga102.jf.intel.com with ESMTP; 23 Jun 2014 22:18:32 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.01,535,1400050800"; d="scan'208";a="562283074" Received: from shilc102.sh.intel.com ([10.239.39.44]) by orsmga002.jf.intel.com with ESMTP; 23 Jun 2014 22:23:09 -0700 Received: from shecgisg003.sh.intel.com (shecgisg003.sh.intel.com [10.239.29.90]) by shilc102.sh.intel.com (8.13.6/8.13.6/SuSE Linux 0.8) with ESMTP id s5O5N0YQ022364; Tue, 24 Jun 2014 13:23:06 +0800 Received: from shecgisg003.sh.intel.com (localhost [127.0.0.1]) by shecgisg003.sh.intel.com (8.13.6/8.13.6/SuSE Linux 0.8) with ESMTP id s5O5MwWb010397; Tue, 24 Jun 2014 13:23:00 +0800 Received: (from jingche2@localhost) by shecgisg003.sh.intel.com (8.13.6/8.13.6/Submit) id s5O5Mw6n010393; Tue, 24 Jun 2014 13:22:58 +0800 From: "Chen Jing D(Mark)" To: dev@dpdk.org Date: Tue, 24 Jun 2014 13:22:57 +0800 Message-Id: <1403587377-10287-1-git-send-email-jing.d.chen@intel.com> X-Mailer: git-send-email 1.7.0.7 Subject: [dpdk-dev] [PATCH] i40e: fix shared code compile warning 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: Tue, 24 Jun 2014 05:23:40 -0000 From: "Chen Jing D(Mark)" Fix a compile warning in shared code on 32-bits RHEL6.3/6.5. Signed-off-by: Chen Jing D(Mark) --- lib/librte_pmd_i40e/Makefile | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/lib/librte_pmd_i40e/Makefile b/lib/librte_pmd_i40e/Makefile index 09f2087..1d9dcb3 100644 --- a/lib/librte_pmd_i40e/Makefile +++ b/lib/librte_pmd_i40e/Makefile @@ -52,6 +52,7 @@ CFLAGS_SHARED_DRIVERS += -Wno-missing-field-initializers CFLAGS_SHARED_DRIVERS += -Wno-pointer-to-int-cast CFLAGS_SHARED_DRIVERS += -Wno-format-nonliteral CFLAGS_SHARED_DRIVERS += -Wno-format-security +CFLAGS_i40e_lan_hmc.o += -Wno-error endif # -- 1.7.7.6