diff options
Diffstat (limited to 'heap')
-rw-r--r-- | heap/hp_info.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/heap/hp_info.c b/heap/hp_info.c index 260ac31ab8e..379f4d9ec0f 100644 --- a/heap/hp_info.c +++ b/heap/hp_info.c @@ -44,7 +44,8 @@ ulong heap_position_old(HP_INFO *info) /* Note that heap_info does NOT return information about the current position anymore; Use heap_position instead */ -int heap_info(reg1 HP_INFO *info,reg2 HEAPINFO *x,int flag) +int heap_info(reg1 HP_INFO *info,reg2 HEAPINFO *x, + int flag __attribute__((unused))) { DBUG_ENTER("heap_info"); x->records = info->s->records; |