diff options
Diffstat (limited to 'tests/lib/test_timer_performance.c')
| -rw-r--r-- | tests/lib/test_timer_performance.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/lib/test_timer_performance.c b/tests/lib/test_timer_performance.c index f9d634b6a6..c1dd07b899 100644 --- a/tests/lib/test_timer_performance.c +++ b/tests/lib/test_timer_performance.c @@ -35,9 +35,8 @@ struct thread_master *master; -static int dummy_func(struct thread *thread) +static void dummy_func(struct thread *thread) { - return 0; } int main(int argc, char **argv) |
