diff options
author | Sergei Golubchik <serg@mariadb.org> | 2015-01-31 12:54:07 +0100 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2015-01-31 21:51:45 +0100 |
commit | b050354ffb15e4e27498b169ec723da4d8aa8da6 (patch) | |
tree | 36ae0529f9ba4cd827b8fee44f93336d7f9f36c2 /mysys | |
parent | f299da89babddc78a06efff918d815bc3b9562d8 (diff) | |
download | mariadb-git-b050354ffb15e4e27498b169ec723da4d8aa8da6.tar.gz |
compiler warnings
Diffstat (limited to 'mysys')
-rw-r--r-- | mysys/my_getopt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysys/my_getopt.c b/mysys/my_getopt.c index abcfcfc41cc..594f519a6a3 100644 --- a/mysys/my_getopt.c +++ b/mysys/my_getopt.c @@ -1426,7 +1426,7 @@ void my_print_help(const struct my_option *options) if (typelib_help && strstr(optp->comment, optp->typelib->type_names[0]) == NULL) { - int i; + uint i; col= print_comment(typelib_help, col, name_space, comment_space); col= print_comment(optp->typelib->type_names[0], col, name_space, comment_space); for (i= 1; i < count; i++) |