1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Polishing: generate more warnings and make code warnings-free.

This commit is contained in:
anozdrin/alik@alik.
2006-11-17 16:45:29 +03:00
parent 8c55f4743d
commit c6cd61a5cc
8 changed files with 39 additions and 17 deletions

View File

@ -186,7 +186,6 @@ int User_map::load(const char *password_file_name, const char **err_msg)
2 + /* for newline */
1]; /* for trailing zero */
User *user;
int rc= 1;
if (my_access(password_file_name, F_OK) != 0)
{