mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-23 04:30:24 +02:00
37838: use UNUSED() consistently
This commit is contained in:
parent
6b72ff66c0
commit
ca3bc0d95d
29 changed files with 47 additions and 34 deletions
|
@ -306,7 +306,7 @@ boot_(UNUSED(Module m))
|
|||
|
||||
/**/
|
||||
int
|
||||
cleanup_(UNUSED(Module m))
|
||||
cleanup_(Module m)
|
||||
{
|
||||
return setfeatureenables(m, &module_features, NULL);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue