diff options
author | Bjorn Munch <bjorn.munch@oracle.com> | 2012-07-09 16:36:50 +0200 |
---|---|---|
committer | Bjorn Munch <bjorn.munch@oracle.com> | 2012-07-09 16:36:50 +0200 |
commit | aacb690bd52942d2152e661f451fb3b4dd8e0ccf (patch) | |
tree | 779d438810bd5a152abcec82d6844954b1ba265c /tests | |
parent | a1425b103248672ecb966cfc0efb0ba17d6b1d19 (diff) | |
download | mariadb-git-aacb690bd52942d2152e661f451fb3b4dd8e0ccf.tar.gz |
Fixed compile error in mysql_client_test using gcc
Diffstat (limited to 'tests')
-rw-r--r-- | tests/mysql_client_fw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mysql_client_fw.c b/tests/mysql_client_fw.c index 27a06501d7a..34a4c05215b 100644 --- a/tests/mysql_client_fw.c +++ b/tests/mysql_client_fw.c @@ -1190,7 +1190,7 @@ and you are welcome to modify and redistribute it under the GPL license\n"); } -struct my_tests_st *get_my_tests(); /* Will be defined in main .c file */ +static struct my_tests_st *get_my_tests(); /* To be defined in main .c file */ static struct my_tests_st *my_testlist= 0; |