mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-28 17:10:59 +01:00
37838: use UNUSED() consistently
This commit is contained in:
parent
6b72ff66c0
commit
ca3bc0d95d
29 changed files with 47 additions and 34 deletions
|
|
@ -4994,7 +4994,7 @@ enables_(Module m, int **enables)
|
|||
|
||||
/**/
|
||||
int
|
||||
boot_(Module m)
|
||||
boot_(UNUSED(Module m))
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue