test/compress: fix build
authorFiona Trahe <fiona.trahe@intel.com>
Fri, 19 Apr 2019 16:52:48 +0000 (17:52 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Fri, 19 Apr 2019 21:07:17 +0000 (23:07 +0200)
commit0e7d65181ae4382584855422c1e970c40372e598
treebec552e746af64d28ab9d8d65d837b3172d8d30f
parentc629829f026dd0215db30a34fadfef3830932dd6
test/compress: fix build

Fixed the compilation error:

app/test/test_compressdev.c:1949:11: note:
previous definition of 'i' was here
app/test/test_compressdev.c:1992:2: error:
'for' loop initial declarations are only allowed in C99 mode
app/test/test_compressdev.c:1992:2: note:
use option -std=c99 or -std=gnu99 to compile your code
app/test/test_compressdev.c:1996:19: warning:
assignment from incompatible pointer type [enabled by default]

Fixes: 355b02eedc65 ("test/compress: add max mbuf size test case")

Signed-off-by: Tomasz Jozwiak <tomaszx.jozwiak@intel.com>
Signed-off-by: Fiona Trahe <fiona.trahe@intel.com>
app/test/test_compressdev.c