From e5cc397f33e6c9916043742194bbdc809e118905 Mon Sep 17 00:00:00 2001 From: "monty@mysql.com/narttu.mysql.fi" <> Date: Thu, 22 Feb 2007 16:59:57 +0200 Subject: Fixed compiler warnings (for linux and win32 and win64) Fixed a couple of usage of not initialized warnings (unlikely cases) --- tools/mysqlmanager.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/mysqlmanager.c b/tools/mysqlmanager.c index 6a8621fac42..f952a5806b4 100644 --- a/tools/mysqlmanager.c +++ b/tools/mysqlmanager.c @@ -1312,7 +1312,7 @@ static void usage() static my_bool get_one_option(int optid, const struct my_option *opt __attribute__((unused)), - char *argument) + char *argument __attribute__((unused))) { switch (optid) { case '#': -- cgit v1.2.1