summaryrefslogtreecommitdiffstats
path: root/tests/heavy.c
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@opensourcerouting.org>2015-04-21 10:02:23 +0200
committerDaniel Walton <dwalton@cumulusnetworks.com>2016-05-26 17:33:29 +0200
commit9fc3f9b382e354fcdcd9e8cc202ab2c576d1b162 (patch)
treec4933bcbf824d723d85040d74cf6c6e2ef23ea92 /tests/heavy.c
parentzebra: silence zebra_serv_un unused warning (diff)
downloadfrr-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.c2
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,