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

@ -60,7 +60,7 @@ public:
{
public:
Iterator(User_map *user_map_arg) :
cur_idx(0), user_map(user_map_arg)
user_map(user_map_arg), cur_idx(0)
{ }
public: