From b9797eb8e561745a6ff1ee643630c45dc5bfb2e3 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 28 Apr 2020 13:46:07 +0200 Subject: Fix warning. --- src/lib/log.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib') diff --git a/src/lib/log.h b/src/lib/log.h index e0ecf8d71..873d5f7a1 100644 --- a/src/lib/log.h +++ b/src/lib/log.h @@ -54,6 +54,7 @@ public: * may be shorter or longer than this. */ virtual std::string head_and_tail (int amount = 1024) const { + (void) amount; return ""; } -- cgit v1.2.3