Skip to content

Commit d5ab604

Browse files
committed
Fixed build warnings
1 parent 18bb7f2 commit d5ab604

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mysys/my_malloc.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ void *my_realloc(PSI_memory_key key __attribute__((unused)),
149149
return my_raw_realloc(ptr, size, flags);
150150
}
151151

152-
void my_claim(void *ptr)
152+
void my_claim(void *ptr __attribute__((unused)))
153153
{
154154
/* Empty */
155155
}

0 commit comments

Comments
 (0)