diff options
author | monty@mysql.com <> | 2004-05-27 00:30:28 +0300 |
---|---|---|
committer | monty@mysql.com <> | 2004-05-27 00:30:28 +0300 |
commit | 61a6557307f92eeee1dbb812861d721f96f19656 (patch) | |
tree | 5ed4e118d371f2a1d84eaaef85c5869d24977363 /tools | |
parent | c342318c6eea1f29a03100b4534a1b1ad63d92bc (diff) | |
parent | dab0b7d4159b6af8994cdc3de8324797e092c42c (diff) | |
download | mariadb-git-61a6557307f92eeee1dbb812861d721f96f19656.tar.gz |
merge with 4.0 to get windows fixes
Diffstat (limited to 'tools')
-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 2e9f980bb5d..45865e97ab7 100644 --- a/tools/mysqlmanager.c +++ b/tools/mysqlmanager.c @@ -357,7 +357,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))) |