mirror of
https://github.com/neovim/neovim.git
synced 2025-09-15 07:48:18 +00:00
Remove (void) hacks, Mark unused attrs
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user