diff options
Diffstat (limited to 'tests/libtest')
-rw-r--r-- | tests/libtest/first.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libtest/first.c b/tests/libtest/first.c index 3785fd997..f35528f71 100644 --- a/tests/libtest/first.c +++ b/tests/libtest/first.c @@ -83,7 +83,7 @@ static void memory_tracking_init(void) } } #else -# define memory_tracking_init(x) +# define memory_tracking_init() #endif int main(int argc, char **argv) |