[dpdk-dev] [PATCH 4/4] app: fix build with gcc 4.8

2013-09-12 Thread Nicolas Dichtel
Le 29/07/2013 14:44, Thomas Monjalon a ?crit : > GCC 4.8 was producing this error: > argument to ?sizeof? in ?strncmp? call is the same expression as the > second source; did you mean to provide an explicit length? > [-Werror=sizeof-pointer-memaccess] > > Signed-off-by: Thomas Mon

[dpdk-dev] [PATCH 4/4] app: fix build with gcc 4.8

2013-07-29 Thread Thomas Monjalon
GCC 4.8 was producing this error: argument to ?sizeof? in ?strncmp? call is the same expression as the second source; did you mean to provide an explicit length? [-Werror=sizeof-pointer-memaccess] Signed-off-by: Thomas Monjalon --- app/test/test_cmdline_string.c |2 +-