diff options
author | unknown <jani@ua141d10.elisa.omakaista.fi> | 2005-10-18 18:03:26 +0300 |
---|---|---|
committer | unknown <jani@ua141d10.elisa.omakaista.fi> | 2005-10-18 18:03:26 +0300 |
commit | c0eae8f0a1127ab29631103632c702e6d634fc09 (patch) | |
tree | dedf1965e0d97e9ca4d30f9e0558ea9af42fb064 /mysql-test/mysql_test_run_new.c | |
parent | 3867a5db376cf225403116c26eaa8c73e4c9b359 (diff) | |
download | mariadb-git-c0eae8f0a1127ab29631103632c702e6d634fc09.tar.gz |
Some fixes to avoid compiler warnings.
mysql-test/my_manage.c:
Avoid warning: i not used in case of Windows.
mysql-test/mysql_test_run_new.c:
Removed unused variable.
sql/item_func.cc:
Removed unused variables.
strings/ctype-simple.c:
Added cast.
strings/ctype-ucs2.c:
Added cast.
Diffstat (limited to 'mysql-test/mysql_test_run_new.c')
-rw-r--r-- | mysql-test/mysql_test_run_new.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mysql-test/mysql_test_run_new.c b/mysql-test/mysql_test_run_new.c index 40e45a92851..8beebefd298 100644 --- a/mysql-test/mysql_test_run_new.c +++ b/mysql-test/mysql_test_run_new.c @@ -1716,7 +1716,6 @@ int main(int argc, char **argv) int* handle; char test[FN_LEN]; char mask[FN_REFLEN]; - char *p; int position; /* single test */ |