diff options
author | Ed Maste <emaste@FreeBSD.org> | 2024-05-03 22:27:44 +0000 |
---|---|---|
committer | Ed Maste <emaste@FreeBSD.org> | 2024-05-03 22:27:44 +0000 |
commit | 5f50d6b344f0d272a12c6f5598dde05bbe025e97 (patch) | |
tree | 47a9effcc3ced0b1f79666234549223970504012 /test/test_allocator.c | |
parent | 058aa793d837f38f112acc154816397251019319 (diff) |
Diffstat (limited to 'test/test_allocator.c')
-rw-r--r-- | test/test_allocator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_allocator.c b/test/test_allocator.c index 72ccf6591d25..a2f98efa22f7 100644 --- a/test/test_allocator.c +++ b/test/test_allocator.c @@ -29,7 +29,7 @@ void finalize_mock_malloc(void) { free(expectations); } -void print_backtrace() { +void print_backtrace(void) { #if HAS_EXECINFO void *buffer[128]; int frames = backtrace(buffer, 128); |