commit | 5e6b51d77ee9793acfc22151fea8e25189ed1693 | [log] [tgz] |
---|---|---|
author | George Liu <liuxiwei@inspur.com> | Tue Jun 21 16:59:39 2022 +0800 |
committer | George Liu <liuxiwei@inspur.com> | Thu Jun 23 15:20:12 2022 +0800 |
tree | 35927478e76a041206cfc04374b784f7ff176fe5 | |
parent | 3fe976cc22e579860f5b1832d920636d93145507 [diff] [blame] |
Fix cppcheck warnings Signed-off-by: George Liu <liuxiwei@inspur.com> Change-Id: If5d808b9cb3bc733e7e21d546247d745ac5e1bf8
diff --git a/src/journal.cpp b/src/journal.cpp index 09f98aa..f77293e 100644 --- a/src/journal.cpp +++ b/src/journal.cpp
@@ -22,7 +22,7 @@ namespace monitoring { -void JournalBase::operator()(Context ctx) +void JournalBase::operator()(Context /* ctx */) { for (const auto& n : index) {