summaryrefslogtreecommitdiff
path: root/cli-chansession.c
diff options
context:
space:
mode:
Diffstat (limited to 'cli-chansession.c')
-rw-r--r--cli-chansession.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli-chansession.c b/cli-chansession.c
index 4438776..b30fe43 100644
--- a/cli-chansession.c
+++ b/cli-chansession.c
@@ -455,7 +455,7 @@ do_escape(unsigned char c) {
}
static
-void cli_escape_handler(struct Channel *channel, unsigned char* buf, int *len) {
+void cli_escape_handler(struct Channel* UNUSED(channel), unsigned char* buf, int *len) {
char c;
int skip_char = 0;