Skip to content
  • Zsolt Parragi's avatar
    Fixing issues when building with clang 8.0 on Windows · 887b1da5
    Zsolt Parragi authored
    * Clang with the MSVC STL requires C++14
    * Deprecatoion 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
    887b1da5