From 78f58ff38494c6483fd63e9f9d8824b34ebdbc44 Mon Sep 17 00:00:00 2001 From: "hf@deer.(none)" <> Date: Wed, 26 May 2004 21:40:27 +0500 Subject: Fix to make Windows compilation smoother --- tools/mysqlmanager.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/mysqlmanager.c') diff --git a/tools/mysqlmanager.c b/tools/mysqlmanager.c index 27dfa18e421..ade6da895c6 100644 --- a/tools/mysqlmanager.c +++ b/tools/mysqlmanager.c @@ -355,7 +355,7 @@ LOG_MSG_FUNC(log_info,LOG_INFO) #ifndef DBUG_OFF LOG_MSG_FUNC(log_debug,LOG_DEBUG) #else -void log_debug(const char* __attribute__((unused)) fmt,...) {} +void log_debug(const char* fmt __attribute__((unused)),...) {} #endif static void handle_sigterm(int sig __attribute__((unused))) -- cgit v1.2.1