CMake/Utilities/cmjsoncpp
Brad King 1a2b62b189 jsoncpp: Add initialization to pacify scanbuild
The scanbuild analysis cannot see that decodeUnicodeEscapeSequence
either initializes the `unicode` argument or returns `false` such
that the code following it runs only if `unicode` is initialized.
Add an explicit initialization to pacify it.
2017-08-30 10:17:17 -04:00
..
include/json jsoncpp: Fix compilation on SunPro 2017-08-30 10:17:13 -04:00
src/lib_json jsoncpp: Add initialization to pacify scanbuild 2017-08-30 10:17:17 -04:00
.gitattributes jsoncpp: Add .gitattributes to skip whitespace checks 2015-01-13 10:36:19 -05:00
CMakeLists.txt jsoncpp: Drop unnecessary files from source list 2017-08-30 10:12:55 -04:00
LICENSE Merge branch 'upstream-jsoncpp' into update-jsoncpp 2017-08-30 10:16:59 -04:00
README-CMake.txt jsoncpp: Add README-CMake.txt 2015-01-15 11:39:20 -05:00