diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-04-28 13:46:07 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-04-28 13:46:07 +0200 |
| commit | b9797eb8e561745a6ff1ee643630c45dc5bfb2e3 (patch) | |
| tree | 4f40a0e8720dace704ade296ad15505191ca1a4c /src/lib/log.h | |
| parent | bb06898322fc19e59bb8ac539bdc3ef36936b22d (diff) | |
Fix warning.
Diffstat (limited to 'src/lib/log.h')
| -rw-r--r-- | src/lib/log.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 ""; } |
