mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-23 16:40:24 +02:00
unposted: add/remove UNUSED() for some function parameters
This commit is contained in:
parent
309d899507
commit
2b81d4be32
6 changed files with 9 additions and 5 deletions
|
@ -188,7 +188,7 @@ enables_(Module m, int **enables)
|
|||
|
||||
/**/
|
||||
int
|
||||
boot_(Module m)
|
||||
boot_(UNUSED(Module m))
|
||||
{
|
||||
addhookfunc("get_color_attr", (Hookfn) getnearestcolor);
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue