From 30ff30a8bb231dd072f588861ac6844925857b32 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Tue, 19 Oct 2021 20:21:23 +0100 Subject: Concession to cppcheck, which crashes on this line --- icespider/core/util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icespider/core/util.h b/icespider/core/util.h index 9a673e4..7d25830 100644 --- a/icespider/core/util.h +++ b/icespider/core/util.h @@ -102,7 +102,7 @@ private: constexpr static auto buf {[]() { std::array buf {}; auto out {buf.begin()}; - auto cln {false}; + auto cln = false; for (const auto & in : tn::name()) { if (in == ':') { if (cln) { -- cgit v1.2.3