commit | c313895dec3c176584d99f7b8684ddc3f9141d88 | [log] [tgz] |
---|---|---|
author | David Lamparter <equinox@opensourcerouting.org> | Tue Apr 21 10:02:23 2015 +0200 |
committer | David Lamparter <equinox@opensourcerouting.org> | Tue Apr 21 10:44:52 2015 +0200 |
tree | 88c4715a57bfec3b9f0411ae30fc2fd69bc7c1ba | |
parent | 4b6c33282973c9e1545a519f2a51bda3cf42ae21 [diff] [blame] |
tests: fix warnings While I don't see -Werror being used on tests anytime soon, there's no reason to keep the warnings in tests unfixed. Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
diff --git a/tests/main.c b/tests/main.c index 5e7bdcb..5396c7d 100644 --- a/tests/main.c +++ b/tests/main.c
@@ -52,7 +52,7 @@ } static int timer_count; -int +static int test_timer (struct thread *thread) { int *count = THREAD_ARG(thread);