mirror of
https://github.com/MariaDB/server.git
synced 2026-04-25 09:45:31 +02:00
Fixed compiler warning in connect engine
This commit is contained in:
parent
35bc91e24a
commit
4e583a276f
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue