mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-29 17:31:02 +01: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
|
|
@ -1343,7 +1343,7 @@ get_compstate(Param pm)
|
|||
|
||||
/**/
|
||||
static void
|
||||
set_compstate(UNUSED(Param pm), HashTable ht)
|
||||
set_compstate(Param pm, HashTable ht)
|
||||
{
|
||||
struct compparam *cp;
|
||||
Param *pp;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue