summaryrefslogtreecommitdiff
path: root/bench/bench.h
diff options
context:
space:
mode:
Diffstat (limited to 'bench/bench.h')
-rw-r--r--bench/bench.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/bench/bench.h b/bench/bench.h
index b999490..6e31623 100644
--- a/bench/bench.h
+++ b/bench/bench.h
@@ -47,6 +47,8 @@ static inline ff_result ff_bench_mark(ff_bench *b, const char *label) {
b->markers[b->_mcount] = m;
b->_mcount++;
+
+ return FF_RESULT_OK;
}
static inline double ff_bench_seconds(const ff_bench *b) {