diff options
author | hf@deer.(none) <> | 2004-05-26 21:40:27 +0500 |
---|---|---|
committer | hf@deer.(none) <> | 2004-05-26 21:40:27 +0500 |
commit | 78f58ff38494c6483fd63e9f9d8824b34ebdbc44 (patch) | |
tree | da6efb78f98da49c9e60050f45067be7a2860d8a /tools/mysqlmanager.c | |
parent | 9a5dafba83c9135656727ab9e3236703fe49361d (diff) | |
download | mariadb-git-78f58ff38494c6483fd63e9f9d8824b34ebdbc44.tar.gz |
Fix to make Windows compilation smoother
Diffstat (limited to 'tools/mysqlmanager.c')
-rw-r--r-- | tools/mysqlmanager.c | 2 |
1 files changed, 1 insertions, 1 deletions
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))) |