mirror of
https://github.com/MariaDB/server.git
synced 2026-05-04 14:15:33 +02:00
Fixed compiler error and some warnings on windows
This commit is contained in:
parent
a5051cd3b2
commit
4da2b83af7
6 changed files with 7 additions and 7 deletions
|
|
@ -284,7 +284,7 @@ handler *get_ha_partition(partition_info *part_info)
|
|||
static const char **handler_errmsgs;
|
||||
|
||||
C_MODE_START
|
||||
static const char **get_handler_errmsgs()
|
||||
static const char **get_handler_errmsgs(void)
|
||||
{
|
||||
return handler_errmsgs;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue