21/01/2018 10:48, Andrew Rybchenko: > RHEL 7.4 gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-16) > > ‘for’ loop initial declarations are only allowed in C99 mode > > Fixes: 4236ce9bf5bf ("event/opdl: add OPDL ring infrastructure library") > > Signed-off-by: Andrew Rybchenko <arybche...@solarflare.com> > --- > Other option is to move declarations outside of for loop. > I just want it to be fixed.
Yes, other option would be to comply with DPDK coding style. Let's fix it with std=C99, waiting for coding style fix. Applied, thanks