[dpdk-dev] Clang reporting a problem when adding another member initialization.

2014-10-06 Thread Wiles, Roger Keith
On Oct 6, 2014, at 3:54 AM, Thomas Monjalon wrote: > 2014-10-03 21:05, Wiles, Roger Keith: >> I run into a problem with Clang report problem when I tried to add >> another member to the static initializer of the following in file >> ixgbe_rxtx_vec.c > [...] >> Then I removed the {} and it now b

[dpdk-dev] Clang reporting a problem when adding another member initialization.

2014-10-06 Thread Thomas Monjalon
2014-10-03 21:05, Wiles, Roger Keith: > I run into a problem with Clang report problem when I tried to add > another member to the static initializer of the following in file > ixgbe_rxtx_vec.c [...] > Then I removed the {} and it now builds. Is this a result of the > changes to the mbuf structure

[dpdk-dev] Clang reporting a problem when adding another member initialization.

2014-10-03 Thread Wiles, Roger Keith
I run into a problem with Clang report problem when I tried to add another member to the static initializer of the following in file ixgbe_rxtx_vec.c int ixgbe_rxq_vec_setup(struct igb_rx_queue *rxq) { static struct rte_mbuf mb_def = { .nb_segs = 1, .data_o