[dpdk-dev] [PATCH] event/opdl: fix build using C99 mode

Thomas Monjalon thomas at monjalon.net
Sun Jan 21 11:52:17 CET 2018


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 <arybchenko at 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



More information about the dev mailing list