summaryrefslogtreecommitdiff
path: root/cmd-line-utils
diff options
context:
space:
mode:
authoristruewing@chilla.local <>2007-04-30 18:49:38 +0200
committeristruewing@chilla.local <>2007-04-30 18:49:38 +0200
commit581b8504f3235426c3fbc6ea671fe15917b05355 (patch)
tree7bf9e4313e01d0144b146d2529bbcd3ad6fc7607 /cmd-line-utils
parent1bd2953c024e0c4189c797df1cb06d35515ebd71 (diff)
downloadmariadb-git-581b8504f3235426c3fbc6ea671fe15917b05355.tar.gz
WL#2936 - Falcon & MySQL plugin interface: server variables
Avoid compiler warnings
Diffstat (limited to 'cmd-line-utils')
-rw-r--r--cmd-line-utils/readline/rltty.c3
1 files changed, 1 insertions, 2 deletions
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;