lint: unused parameter

This commit is contained in:
Kurtis Rader
2016-11-01 19:12:14 -07:00
parent 19e12e3747
commit e73226d7e8
7 changed files with 21 additions and 13 deletions

View File

@@ -1159,7 +1159,8 @@ static int string_trim(parser_t &parser, io_streams_t &streams, int argc, wchar_
static const struct string_subcommand {
const wchar_t *name;
int (*handler)(parser_t &, io_streams_t &, int argc, wchar_t **argv);
int (*handler)(parser_t &, io_streams_t &, int argc, //!OCLINT(unused param)
wchar_t **argv); //!OCLINT(unused param)
}
string_subcommands[] = {