Skip to content

Fixing issues when building with clang 8.0 on Windows

Zsolt Parragi requested to merge dutow/kwsys:clang-on-windows into master
  • Clang with the MSVC STL requires C++14
  • Deprecation warning suppressions were specific to MSVC and Intel
  • An assignment inside a condition resulted in a warning
  • kwsysProcessSetExitException was declared, but never defined or used
Edited by Zsolt Parragi

Merge request reports