diff options
Diffstat (limited to 'myisam/rt_test.c')
-rw-r--r-- | myisam/rt_test.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/myisam/rt_test.c b/myisam/rt_test.c index 5cf4262e804..b959c18806f 100644 --- a/myisam/rt_test.c +++ b/myisam/rt_test.c @@ -32,7 +32,7 @@ static void print_record(char * record,my_off_t offs,const char * tail); static int run_test(const char *filename); -int main(int argc __attribute__((unused)),char *argv[]) +int main(int argc __attribute__((unused)),char *argv[] __attribute__((unused))) { MY_INIT(argv[0]); exit(run_test("rt_test")); @@ -198,7 +198,6 @@ int run_test(const char *filename) } } -/* if (!silent) printf("- Updating rows with position\n"); @@ -226,8 +225,6 @@ int run_test(const char *filename) } } -*/ - if((error=read_with_pos(file,silent))) goto err; |