[dpdk-dev] [PATCH 1/2] ethdev: fix C11 extensions in exported header

Thomas Monjalon thomas at monjalon.net
Sat Aug 5 01:16:19 CEST 2017


> > 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 <cristian.dumitrescu at intel.com>
> > 
> > Signed-off-by: Adrien Mazarguil <adrien.mazarguil at 6wind.com>
> 
> Acked-by: Cristian Dumitrescu <Cristian.Dumitrescu at intel.com>

Series applied, thanks



More information about the dev mailing list