diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/test_btree.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_btree.c b/test/test_btree.c index 3820f56..63224a8 100644 --- a/test/test_btree.c +++ b/test/test_btree.c @@ -117,6 +117,7 @@ destroy(void* const ptr, const void* const user_data) static void no_destroy(void* const ptr, const void* const user_data) { + (void)ptr; (void)user_data; assert(!ptr); } |