diff options
author | David Lamparter <equinox@opensourcerouting.org> | 2015-04-21 10:02:23 +0200 |
---|---|---|
committer | Daniel Walton <dwalton@cumulusnetworks.com> | 2016-05-26 17:33:29 +0200 |
commit | 9fc3f9b382e354fcdcd9e8cc202ab2c576d1b162 (patch) | |
tree | c4933bcbf824d723d85040d74cf6c6e2ef23ea92 /tests/heavy.c | |
parent | zebra: silence zebra_serv_un unused warning (diff) | |
download | frr-9fc3f9b382e354fcdcd9e8cc202ab2c576d1b162.tar.xz frr-9fc3f9b382e354fcdcd9e8cc202ab2c576d1b162.zip |
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>
(cherry picked from commit c313895dec3c176584d99f7b8684ddc3f9141d88)
Diffstat (limited to 'tests/heavy.c')
-rw-r--r-- | tests/heavy.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/heavy.c b/tests/heavy.c index 577a4816f..9af46c88f 100644 --- a/tests/heavy.c +++ b/tests/heavy.c @@ -36,6 +36,8 @@ #include "memory.h" #include <math.h> +#include "tests.h" + enum { ITERS_FIRST = 0, |