From 52f91804ff67246deab3d98c790f8b6b845afcde Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 8 Apr 2016 15:53:31 +0200 Subject: Some improvements: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Improve .gitignore - Improve portability of the makefile - Bring the translations, for gmp and tommath, used by the benchmark up to date Signed-off-by: Mattias Andrée --- bench/benchmark.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bench/benchmark.c') diff --git a/bench/benchmark.c b/bench/benchmark.c index 68084f2..6649958 100644 --- a/bench/benchmark.c +++ b/bench/benchmark.c @@ -18,7 +18,7 @@ i = FAST ? 1000000L : 1000L;\ clock_gettime(CLOCK_MONOTONIC_RAW, &start);\ while (i--) {\ - INSTRUCTION;\ + (void)INSTRUCTION;\ }\ clock_gettime(CLOCK_MONOTONIC_RAW, &end);\ end.tv_sec -= start.tv_sec;\ -- cgit v1.2.3-70-g09d2