CMake/Utilities/cmjsoncpp/include/json
Zsolt Parragi 4fe34b2d29 Fixing warnings generated by clang 8.0 on Windows
* Deprecation removals previously specific to MSVC/Intel now also used
  by clang
* String literals were assigned to non const pointers. These are stored
  in mutable arrays now
* An implicit function pointer to pointer conversion is a Microsoft
  extension warning is suppressed by an explicit reinterpret_cast
* The MSVC specific deprecation macro for jsoncpp was moved after the
  clang macro to avoid redefinition warnings. This is consistent with
  how jsoncpp fixed the issue in 36d8cfd7
2019-05-29 18:18:09 +02:00
..
allocator.h jsoncpp: Fix compilation on SunPro 2017-08-30 10:17:13 -04:00
assertions.h Merge branch 'upstream-jsoncpp' into update-jsoncpp 2017-08-30 10:16:59 -04:00
config.h Fixing warnings generated by clang 8.0 on Windows 2019-05-29 18:18:09 +02:00
features.h jsoncpp: Fix compilation on SunPro 2017-08-30 10:17:13 -04:00
forwards.h Merge branch 'upstream-jsoncpp' into update-jsoncpp 2017-08-30 10:16:59 -04:00
json.h Merge branch 'upstream-jsoncpp' into update-jsoncpp 2017-08-30 10:16:59 -04:00
reader.h jsoncpp: Drop doxygen comments not recognized by Clang 2017-08-30 10:17:21 -04:00
value.h jsoncpp: Drop doxygen comments not recognized by Clang 2017-08-30 10:17:21 -04:00
version.h Merge branch 'upstream-jsoncpp' into update-jsoncpp 2017-08-30 10:16:59 -04:00
writer.h jsoncpp: Drop doxygen comments not recognized by Clang 2017-08-30 10:17:21 -04:00