chiark / gitweb /
Use new `mLib' function annotations.
[fwd] / blast.c
diff --git a/blast.c b/blast.c
index 60ef0f7c9b63e388fc2585ee783227edb6bcfad2..cda534658a6fb6df1661ad0ab1d1459a0ef90068 100644 (file)
--- a/blast.c
+++ b/blast.c
@@ -16,6 +16,7 @@
 
 #include <mLib/alloc.h>
 #include <mLib/conn.h>
+#include <mLib/macros.h>
 #include <mLib/mdwopt.h>
 #include <mLib/quis.h>
 #include <mLib/report.h>
@@ -34,7 +35,7 @@ static struct timeval ctv = { 0, 500000 };
 static sel_timer sec;
 static unsigned count = 0;
 
-static void timers(void);
+static void IGNORABLE timers(void);
 
 static void stats(struct timeval *tv, void *p)
 {