1
0
Fork 0
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:
Jun-ichi Takimoto 2016-01-30 00:25:53 +09:00
parent 6b72ff66c0
commit ca3bc0d95d
29 changed files with 47 additions and 34 deletions

View file

@ -306,7 +306,7 @@ boot_(UNUSED(Module m))
/**/
int
cleanup_(UNUSED(Module m))
cleanup_(Module m)
{
return setfeatureenables(m, &module_features, NULL);
}