1
0
Fork 0
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:
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

@ -4994,7 +4994,7 @@ enables_(Module m, int **enables)
/**/
int
boot_(Module m)
boot_(UNUSED(Module m))
{
return 0;
}