summaryrefslogtreecommitdiff
path: root/extra/perror.c
diff options
context:
space:
mode:
authorMonty <monty@mariadb.org>2016-08-23 15:03:31 +0300
committerMonty <monty@mariadb.org>2016-08-23 15:03:31 +0300
commit4da2b83af712492e4c3cb85e0005cde8511fa810 (patch)
tree8bd98ff55c522d7a99b1ae94a8f84d18567c4ab4 /extra/perror.c
parenta5051cd3b2a46eb01ef9afdb1d798bdf6db715ab (diff)
downloadmariadb-git-4da2b83af712492e4c3cb85e0005cde8511fa810.tar.gz
Fixed compiler error and some warnings on windows
Diffstat (limited to 'extra/perror.c')
-rw-r--r--extra/perror.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/perror.c b/extra/perror.c
index 8aa6aa35b08..55d1e921739 100644
--- a/extra/perror.c
+++ b/extra/perror.c
@@ -250,7 +250,7 @@ static my_bool print_win_error_msg(DWORD error, my_bool verbose)
will ignore calls to register already registered error numbers.
*/
-static const char **get_handler_error_messages()
+static const char **get_handler_error_messages(void)
{
return handler_error_messages;
}