about summary refs log tree commit diff
path: root/Src/builtin.c
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/builtin.c
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/builtin.c')
-rw-r--r--Src/builtin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/builtin.c b/Src/builtin.c
index d7d2ea297..89bcd98db 100644
--- a/Src/builtin.c
+++ b/Src/builtin.c
@@ -2024,7 +2024,7 @@ typeset_setwidth(const char * name, Param pm, Options ops, int on, int always)
 
 /**/
 static Param
-typeset_single(char *cname, char *pname, Param pm, UNUSED(int func),
+typeset_single(char *cname, char *pname, Param pm, int func,
 	       int on, int off, int roff, Asgment asg, Param altpm,
 	       Options ops, int joinchar)
 {