1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Removed compiler warnings

myisam/mi_write.c:
  More DBUG_ statements
This commit is contained in:
unknown
2002-05-22 19:11:06 +03:00
parent 3181a6af1b
commit c8e93fd787
3 changed files with 17 additions and 15 deletions

View File

@ -232,8 +232,8 @@ static int set_exec_param(struct manager_thd* thd, char* args_start,
#define HANDLE_DECL(com) static int com (struct manager_thd* thd, char* args_start,char* args_end)
#define HANDLE_NOARG_DECL(com) static int com \
(struct manager_thd* thd, char* __attribute__((unused)) args_start,\
char* __attribute__((unused)) args_end)
(struct manager_thd* thd, char *args_start __attribute__((unused)),\
char* args_end __attribute__((unused)))
HANDLE_NOARG_DECL(handle_ping);
@ -1063,7 +1063,7 @@ static void log_msg(const char* fmt, int msg_type, va_list args)
}
static pthread_handler_decl(process_launcher_messages,
__attribute__((unused)) arg)
args __attribute__((unused)))
{
my_thread_init();
for (;!in_shutdown;)