diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-11-27 00:36:19 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-11-27 00:36:25 +0000 |
commit | 7827b06edf6a0629eb659540595c347965abfb88 (patch) | |
tree | 3b52612ae8f591f23e2b179fe817f4d4c948a7ce /lib/jsonParse-persistence.cpp | |
parent | Enable all Jason Turner recommended warnings (diff) | |
download | ilt-7827b06edf6a0629eb659540595c347965abfb88.tar.bz2 ilt-7827b06edf6a0629eb659540595c347965abfb88.tar.xz ilt-7827b06edf6a0629eb659540595c347965abfb88.zip |
Fix up lots of static analyzer warnings
Diffstat (limited to 'lib/jsonParse-persistence.cpp')
-rw-r--r-- | lib/jsonParse-persistence.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |