Re: [dpdk-dev] [PATCH v1 1/1] test: fix build with GCC 4.8.5

2018-05-07 Thread Carrillo, Erik G
> -Original Message- > From: Stephen Hemminger [mailto:step...@networkplumber.org] > Sent: Friday, May 4, 2018 11:55 PM > To: Carrillo, Erik G > Cc: jerin.ja...@caviumnetworks.com; dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v1 1/1] test: fix build with GCC 4.8.5 &

Re: [dpdk-dev] [PATCH v1 1/1] test: fix build with GCC 4.8.5

2018-05-04 Thread Stephen Hemminger
On Fri, 4 May 2018 16:38:03 -0500 Erik Gabriel Carrillo wrote: > Build errors occur on CentOS 7 with GCC 4.8.5 20150623 in the > event_timer_adapter_test autotest; the > -Werror=missing-field-initializers option causes the compiler to emit > messages like "error: missing initializer for field ‘p

Re: [dpdk-dev] [PATCH v1 1/1] test: fix build with GCC 4.8.5

2018-05-04 Thread Jerin Jacob
-Original Message- > Date: Fri, 4 May 2018 16:38:03 -0500 > From: Erik Gabriel Carrillo > To: jerin.ja...@caviumnetworks.com > CC: dev@dpdk.org > Subject: [PATCH v1 1/1] test: fix build with GCC 4.8.5 > X-Mailer: git-send-email 1.7.10 > > Build errors occur on CentOS 7 with GCC 4.8.5 2015

[dpdk-dev] [PATCH v1 1/1] test: fix build with GCC 4.8.5

2018-05-04 Thread Erik Gabriel Carrillo
Build errors occur on CentOS 7 with GCC 4.8.5 20150623 in the event_timer_adapter_test autotest; the -Werror=missing-field-initializers option causes the compiler to emit messages like "error: missing initializer for field ‘priority’ of ‘struct ’" in several places. Add -Wno-missing-field-initiali