> -----Original Message----- > From: Adrien Mazarguil [mailto:[email protected]] > Sent: Friday, August 4, 2017 12:56 PM > To: Thomas Monjalon <[email protected]> > Cc: [email protected]; Dumitrescu, Cristian <[email protected]> > Subject: [PATCH 1/2] ethdev: fix C11 extensions in exported header > > Fix issues reported by check-includes.sh: > > rte_tm.h:473:2: error: anonymous unions are a C11 extension > [-Werror,-Wc11-extensions] > rte_tm.h:696:2: error: anonymous unions are a C11 extension > [-Werror,-Wc11-extensions] > rte_tm.h:904:2: error: anonymous unions are a C11 extension > [-Werror,-Wc11-extensions] > > Fixes: 5d109deffa87 ("ethdev: add traffic management API") > Cc: Cristian Dumitrescu <[email protected]> > > Signed-off-by: Adrien Mazarguil <[email protected]> > ---
Acked-by: Cristian Dumitrescu <[email protected]>

