From 4697deb43629d9ae9f087d84cb4bb933a96f7eb1 Mon Sep 17 00:00:00 2001 From: "monty@mysql.com" <> Date: Fri, 23 Jun 2006 02:49:19 +0300 Subject: Remove compiler warnings Fixed wrong table flags type in ndbcluster that caused previous commit to fail --- mysys/my_bitmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mysys/my_bitmap.c') diff --git a/mysys/my_bitmap.c b/mysys/my_bitmap.c index 92b0cbb1371..2c85ce0bf04 100644 --- a/mysys/my_bitmap.c +++ b/mysys/my_bitmap.c @@ -101,7 +101,7 @@ static inline void bitmap_unlock(MY_BITMAP *map __attribute__((unused))) my_bool bitmap_init(MY_BITMAP *map, my_bitmap_map *buf, uint n_bits, - my_bool thread_safe) + my_bool thread_safe __attribute__((unused))) { DBUG_ENTER("bitmap_init"); if (!buf) -- cgit v1.2.1