app: fix build with GCC 4.8
authorIntel <intel.com>
Mon, 3 Jun 2013 00:00:00 +0000 (00:00 +0000)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Tue, 17 Sep 2013 12:16:09 +0000 (14:16 +0200)
commitc655293cadc121581b0b964f2f55f9f80fa51c40
tree7190d13fb27e4444f3fcd73beaf223f869acb030
parent8184f087dd5755fe584ea3d98f86104ba78ffea3
app: fix build with GCC 4.8

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: Intel
app/test/test_cmdline_string.c