From 4da2b83af712492e4c3cb85e0005cde8511fa810 Mon Sep 17 00:00:00 2001 From: Monty Date: Tue, 23 Aug 2016 15:03:31 +0300 Subject: Fixed compiler error and some warnings on windows --- extra/perror.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extra') 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; } -- cgit v1.2.1