diff options
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 896d889cdcc..aa645b609d8 100644 --- a/tools/mysqlmanager.c +++ b/tools/mysqlmanager.c @@ -330,7 +330,7 @@ LOG_MSG_FUNC(log_debug,LOG_DEBUG) void log_debug(const char* __attribute__((unused)) fmt,...) {} #endif -static void handle_sigterm(int sig) +static void handle_sigterm(int sig __attribute__((unused))) { log_info("Got SIGTERM"); if (!one_thread) |