summaryrefslogtreecommitdiff
path: root/myisam/myisamchk.c
diff options
context:
space:
mode:
authorserg@serg.mylan <>2004-10-22 18:21:56 +0200
committerserg@serg.mylan <>2004-10-22 18:21:56 +0200
commit5d524d9e8edb407f937afc789d3db05af32c45f3 (patch)
tree9279a72eb4487cf886bc0647adb1901a0de490f5 /myisam/myisamchk.c
parent0ad752e8aff79c3ec46c843d204e232621559936 (diff)
parent016d5adeeb77eec5d52bfaf57641b0d6c2bea2fa (diff)
downloadmariadb-git-5d524d9e8edb407f937afc789d3db05af32c45f3.tar.gz
Merge bk-internal.mysql.com:/home/bk/mysql-4.1/
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
Diffstat (limited to 'myisam/myisamchk.c')
-rw-r--r--myisam/myisamchk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/myisam/myisamchk.c b/myisam/myisamchk.c
index 9a2fde8fb89..648e29e1e9e 100644
--- a/myisam/myisamchk.c
+++ b/myisam/myisamchk.c
@@ -1695,7 +1695,7 @@ err:
static my_bool not_killed= 0;
-volatile my_bool *killed_ptr(MI_CHECK *param)
+volatile my_bool *killed_ptr(MI_CHECK *param __attribute__((unused)))
{
return &not_killed; /* always NULL */
}