string_list: silence a GCC warning
commitf87f4af281652a92dc12d36abaf17dc0b72f63ee
authorDan Carpenter <dan.carpenter@oracle.com>
Fri, 15 Jan 2016 12:58:21 +0000 (15 15:58 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Fri, 15 Jan 2016 12:58:21 +0000 (15 15:58 +0300)
treeccd08a55a9799532f0df1dd74f23a00b8e47f129
parent7791dfc074c2e7f5c1f53e548caefeefc62c56d1
string_list: silence a GCC warning

The parameter is actually const but let's cast it away at the start because
nothing else is declared as const.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
smatch_string_list.c