zsh-workers
 help / color / mirror / code / Atom feed
* [PATCH] zle_params: unmark a used variable as unused
@ 2018-06-06  6:00 Eitan Adler
  0 siblings, 0 replies; only message in thread
From: Eitan Adler @ 2018-06-06  6:00 UTC (permalink / raw)
  To: zsh-workers; +Cc: Eitan Adler

Signed-off-by: Eitan Adler <lists@eitanadler.com>
---
 Src/Zle/zle_params.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Src/Zle/zle_params.c b/Src/Zle/zle_params.c
index f3112165a..20735e619 100644
--- a/Src/Zle/zle_params.c
+++ b/Src/Zle/zle_params.c
@@ -819,7 +819,7 @@ get_registers(UNUSED(HashTable ht), const char *name)
 
 /**/
 static void
-set_registers(UNUSED(Param pm), HashTable ht)
+set_registers(Param pm, HashTable ht)
 {
     int i;
     HashNode hn;
-- 
2.17.1


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-06-06  7:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-06  6:00 [PATCH] zle_params: unmark a used variable as unused Eitan Adler

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).