summaryrefslogtreecommitdiff
path: root/test/perf-test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/perf-test.cc')
-rw-r--r--test/perf-test.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/perf-test.cc b/test/perf-test.cc
index 33a2eb49..bd455038 100644
--- a/test/perf-test.cc
+++ b/test/perf-test.cc
@@ -798,6 +798,8 @@ static void my_error(void *, ErrorCategory, Goffset pos, char *msg) {
#endif
}
+static void LogInfo(const char *fmt, ...) GCC_PRINTF_FORMAT(1, 2);
+
static void LogInfo(const char *fmt, ...)
{
va_list args;