12/05/2018 03:59, Andy Green: > /projects/lagopus/src/dpdk/build/include/rte_dev.h:54:2: > warning: ISO C90 forbids mixed declarations and > code [-Wdeclaration-after-statement] > char buffer[vsnprintf(NULL, 0, fmt, ap) + 1];
Fixes: b974e4a40cb5 ("ethdev: make error checking macros public") Cc: sta...@dpdk.org > Signed-off-by: Andy Green <a...@warmcat.com> Applied, thanks