diff options
author | Monty <monty@mariadb.org> | 2016-08-23 15:03:31 +0300 |
---|---|---|
committer | Monty <monty@mariadb.org> | 2016-08-23 15:03:31 +0300 |
commit | 4da2b83af712492e4c3cb85e0005cde8511fa810 (patch) | |
tree | 8bd98ff55c522d7a99b1ae94a8f84d18567c4ab4 /extra | |
parent | a5051cd3b2a46eb01ef9afdb1d798bdf6db715ab (diff) | |
download | mariadb-git-4da2b83af712492e4c3cb85e0005cde8511fa810.tar.gz |
Fixed compiler error and some warnings on windows
Diffstat (limited to 'extra')
-rw-r--r-- | extra/perror.c | 2 |
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; } |