All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] i40e: fix shared code compile warning
@ 2014-06-24  5:22 Chen Jing D(Mark)
       [not found] ` <1403587377-10287-1-git-send-email-jing.d.chen-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
  0 siblings, 1 reply; 8+ messages in thread
From: Chen Jing D(Mark) @ 2014-06-24  5:22 UTC (permalink / raw)
  To: dev-VfR2kkLFssw

From: "Chen Jing D(Mark)" <jing.d.chen-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>

Fix a compile warning in shared code on 32-bits RHEL6.3/6.5.

Signed-off-by: Chen Jing D(Mark) <jing.d.chen-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
---
 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

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2014-06-26 12:22 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-24  5:22 [PATCH] i40e: fix shared code compile warning Chen Jing D(Mark)
     [not found] ` <1403587377-10287-1-git-send-email-jing.d.chen-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2014-06-24  8:46   ` Thomas Monjalon
2014-06-24  9:47     ` Chen, Jing D
     [not found]       ` <4341B239C0EFF9468EE453F9E9F4604D01595D45-E2R4CRU6q/6iAffOGbnezLfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2014-06-24 10:06         ` Thomas Monjalon
2014-06-24 14:43           ` Ananyev, Konstantin
     [not found]             ` <2601191342CEEE43887BDE71AB97725821333FA3-kPTMFJFq+rEu0RiL9chJVbfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2014-06-24 15:25               ` Zhang, Helin
     [not found]                 ` <F35DEAC7BCE34641BA9FAC6BCA4A12E70A746859-0J0gbvR4kTg/UvCtAeCM4rfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2014-06-26 12:22                   ` Thomas Monjalon
2014-06-25  5:36           ` Chen, Jing D

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.