DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] test: fix gcc 4.8 build issue
@ 2018-05-09  9:10 Radu Nicolau
  2018-05-09  9:31 ` Jerin Jacob
  0 siblings, 1 reply; 2+ messages in thread
From: Radu Nicolau @ 2018-05-09  9:10 UTC (permalink / raw)
  To: dev; +Cc: erik.g.carrillo, Jerin.JacobKollanukkaran, Radu Nicolau, stable

Fixes: d1f3385d0076 ("test: add event timer adapter auto-test")
Cc: stable@dpdk.org

Signed-off-by: Radu Nicolau <radu.nicolau@intel.com>
---
 test/test/test_event_timer_adapter.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/test/test/test_event_timer_adapter.c b/test/test/test_event_timer_adapter.c
index 93471db..7336a96 100644
--- a/test/test/test_event_timer_adapter.c
+++ b/test/test/test_event_timer_adapter.c
@@ -22,6 +22,10 @@
 
 #include "test.h"
 
+#ifndef __INTEL_COMPILER
+#pragma GCC diagnostic ignored "-Wmissing-field-initializers"
+#endif
+
 /* 4K timers corresponds to sw evdev max inflight events */
 #define MAX_TIMERS  (4 * 1024)
 #define BKT_TCK_NSEC
-- 
2.7.5

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

end of thread, other threads:[~2018-05-09  9:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-09  9:10 [dpdk-dev] [PATCH] test: fix gcc 4.8 build issue Radu Nicolau
2018-05-09  9:31 ` Jerin Jacob

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).