summaryrefslogtreecommitdiff
path: root/mysys
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2015-01-31 12:54:07 +0100
committerSergei Golubchik <serg@mariadb.org>2015-01-31 21:51:45 +0100
commitb050354ffb15e4e27498b169ec723da4d8aa8da6 (patch)
tree36ae0529f9ba4cd827b8fee44f93336d7f9f36c2 /mysys
parentf299da89babddc78a06efff918d815bc3b9562d8 (diff)
downloadmariadb-git-b050354ffb15e4e27498b169ec723da4d8aa8da6.tar.gz
compiler warnings
Diffstat (limited to 'mysys')
-rw-r--r--mysys/my_getopt.c2
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++)