1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00
This commit is contained in:
monty@donna.mysql.com
2000-12-31 12:21:42 +02:00
parent e390213a58
commit 5c18942398
3 changed files with 3 additions and 5 deletions

View File

@ -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;