mirror of
https://github.com/MariaDB/server.git
synced 2025-06-12 01:53:02 +03:00
cleanups
include/violite.h: Removed not used parameter libmysql/libmysql.c: cleanup sql/violite.c: Removed not used parameter
This commit is contained in:
@ -576,7 +576,7 @@ append_wild(char *to, char *end, const char *wild)
|
||||
**************************************************************************/
|
||||
|
||||
void STDCALL
|
||||
mysql_debug(const char *debug)
|
||||
mysql_debug(const char *debug __attribute__((unused)))
|
||||
{
|
||||
#ifndef DBUG_OFF
|
||||
char *env;
|
||||
|
Reference in New Issue
Block a user