1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-28 17:36:30 +03:00

Fixed compiler warnings from optimized builds

This commit is contained in:
Michael Widenius
2019-01-15 17:05:42 +02:00
parent ce06990056
commit 9990027f87
7 changed files with 10 additions and 10 deletions

View File

@@ -526,7 +526,7 @@ BOOL PlugSubSet(void *memp, uint size)
/***********************************************************************/
/* Use it to export a function that do throwing. */
/***********************************************************************/
void *DoThrow(int n)
static void *DoThrow(int n)
{
throw n;
} /* end of DoThrow */