diff cli-chansession.c @ 761:ac2158e3e403 ecc

ecc kind of works, needs fixing/testing
author Matt Johnston <matt@ucc.asn.au>
date Sun, 07 Apr 2013 01:36:42 +0800
parents 4a274f47eabd
children 7dcb46da72d9
line wrap: on
line diff
--- a/cli-chansession.c	Sat Apr 06 16:00:37 2013 +0800
+++ b/cli-chansession.c	Sun Apr 07 01:36:42 2013 +0800
@@ -455,7 +455,7 @@
 }
 
 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;