about summary refs log tree commit diff
path: root/Src/Zle
diff options
context:
space:
mode:
authorJun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>2021-09-08 11:58:29 +0900
committerJun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>2021-09-08 11:58:29 +0900
commit2b81d4be3232fced220be1cf9c80c087d91d88d6 (patch)
tree2ca40b802ef7ccb099ece1111594b63a491200d0 /Src/Zle
parent309d899507adc62de5a6c37c32386898b44895fd (diff)
downloadzsh-2b81d4be3232fced220be1cf9c80c087d91d88d6.tar.gz
zsh-2b81d4be3232fced220be1cf9c80c087d91d88d6.tar.xz
zsh-2b81d4be3232fced220be1cf9c80c087d91d88d6.zip
unposted: add/remove UNUSED() for some function parameters
Diffstat (limited to 'Src/Zle')
-rw-r--r--Src/Zle/complete.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/Zle/complete.c b/Src/Zle/complete.c
index 7beb6d847..71d114de9 100644
--- a/Src/Zle/complete.c
+++ b/Src/Zle/complete.c
@@ -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;