From 581b8504f3235426c3fbc6ea671fe15917b05355 Mon Sep 17 00:00:00 2001 From: "istruewing@chilla.local" <> Date: Mon, 30 Apr 2007 18:49:38 +0200 Subject: WL#2936 - Falcon & MySQL plugin interface: server variables Avoid compiler warnings --- cmd-line-utils/readline/rltty.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'cmd-line-utils') diff --git a/cmd-line-utils/readline/rltty.c b/cmd-line-utils/readline/rltty.c index ffbae1e08af..869538af9ab 100644 --- a/cmd-line-utils/readline/rltty.c +++ b/cmd-line-utils/readline/rltty.c @@ -139,8 +139,7 @@ static int ksrflow; /* Dummy call to force a backgrounded readline to stop before it tries to get the tty settings. */ static void -set_winsize (tty) - int tty; +set_winsize (int tty __attribute__((unused))) { #if defined (TIOCGWINSZ) struct winsize w; -- cgit v1.2.1