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/tupleref.hpp b/src/tupleref.hpp index 3954d46..dafd4f9 100644 --- a/src/tupleref.hpp +++ b/src/tupleref.hpp
@@ -39,7 +39,7 @@ template <size_t size, typename T, typename U> struct TupleOfRefsLess<size, size, T, U> { - static constexpr bool compare(const T& l, const U& r) + static constexpr bool compare(const T& /* l */, const U& /* r */) { return false; }