Fixing issues when building with clang 8.0 on Windows
* 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
Showing
Loading