diff options
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); |