Commit 4ebdaca223d2f7baed99daf924e2773039cdc1af

Steffen Jaeckel 2019-09-05T14:24:42

"fix" warnings

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
diff --git a/demo/timing.c b/demo/timing.c
index e960c3a..1a5a05b 100644
--- a/demo/timing.c
+++ b/demo/timing.c
@@ -1,10 +1,12 @@
-#include <tommath.h>
 #include <time.h>
 #include <string.h>
 #include <stdlib.h>
 #include <unistd.h>
 #include <inttypes.h>
 
+#define MP_WUR
+#include <tommath.h>
+
 #ifdef IOWNANATHLON
 #include <unistd.h>
 #define SLEEP sleep(4)