From 610e31874c9851a57701a5d513b83910cf0e8d68 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 8 Aug 2014 02:56:02 +0000 Subject: Fix non-strict prototype. git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5422 a436a847-0d15-0410-975c-d299462d15a1 --- utils/bench.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'utils') diff --git a/utils/bench.h b/utils/bench.h index 948622c..1c11db4 100644 --- a/utils/bench.h +++ b/utils/bench.h @@ -1,5 +1,5 @@ /* - Copyright 2011-2012 David Robillard + Copyright 2011-2014 David Robillard Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above @@ -34,7 +34,7 @@ bench_elapsed_s(const struct timespec* start, const struct timespec* end) } static inline struct timespec -bench_start() +bench_start(void) { struct timespec start_t; clock_gettime(CLOCK_REALTIME, &start_t); -- cgit v1.2.1