summaryrefslogtreecommitdiff
path: root/libs/pbd/pbd/fastlog.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/pbd/pbd/fastlog.h')
-rw-r--r--libs/pbd/pbd/fastlog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/pbd/pbd/fastlog.h b/libs/pbd/pbd/fastlog.h
index 4269705a44..9897da773a 100644
--- a/libs/pbd/pbd/fastlog.h
+++ b/libs/pbd/pbd/fastlog.h
@@ -35,6 +35,6 @@ static inline float fast_log10 (const float val)
return fast_log2(val) / 3.312500f;
}
-static inline float minus_infinity() { return -HUGE_VAL; }
+static inline float minus_infinity(void) { return -HUGE_VAL; }
#endif /* __pbd_fastlog_h__ */