Remove (void) hacks, Mark unused attrs

This commit is contained in:
Jan Edmund Lazo
2020-01-08 01:08:55 -05:00
parent 3d6cca5a9d
commit 45759e44f9
4 changed files with 4 additions and 10 deletions

View File

@@ -2007,7 +2007,7 @@ getcmdline (
int firstc,
long count, // only used for incremental search
int indent, // indent for inside conditionals
bool do_concat // unused
bool do_concat FUNC_ATTR_UNUSED
)
{
// Be prepared for situations where cmdline can be invoked recursively.