12/05/2018 04:00, Andy Green: > /projects/lagopus/src/dpdk/build/include/rte_hash_crc.h: > In function 'crc32c_2words': > /projects/lagopus/src/dpdk/build/include/rte_hash_crc.h:347:2: > warning: ISO C90 forbids mixed declarations and code > [-Wdeclaration-after-statement] > uint32_t crc, term1, term2;
Fixes: d983cf41698f ("hash: add software CRC32 implementation") Cc: sta...@dpdk.org > Signed-off-by: Andy Green <a...@warmcat.com> Applied, thanks