From 7827b06edf6a0629eb659540595c347965abfb88 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sat, 27 Nov 2021 00:36:19 +0000 Subject: Fix up lots of static analyzer warnings --- lib/jsonParse-persistence.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/jsonParse-persistence.cpp') diff --git a/lib/jsonParse-persistence.cpp b/lib/jsonParse-persistence.cpp index a9b9a83..fe8bf8d 100644 --- a/lib/jsonParse-persistence.cpp +++ b/lib/jsonParse-persistence.cpp @@ -92,7 +92,7 @@ namespace Persistence { wrv(std::ostream & strm, char ch) { strm.put(ch); - }; + } static inline void wrh(std::ostream & strm, char ch) { -- cgit v1.2.3