-
- Downloads
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
Showing
- CompileFlags.cmake 7 additions, 4 deletionsCompileFlags.cmake
- Source/cmCallVisualStudioMacro.cxx 8 additions, 4 deletionsSource/cmCallVisualStudioMacro.cxx
- Source/cmGlobalGenerator.cxx 13 additions, 2 deletionsSource/cmGlobalGenerator.cxx
- Utilities/cmjsoncpp/include/json/config.h 4 additions, 6 deletionsUtilities/cmjsoncpp/include/json/config.h
Loading
Please register or sign in to comment