refs #802 Enable build with Clang on Windows.

This commit is contained in:
Mathew Sutcliffe
2016-11-12 23:36:41 +00:00
committed by Klaus Basan
parent 95bfff36b0
commit 10ca2026a9
3 changed files with 35 additions and 15 deletions

View File

@@ -2,6 +2,7 @@ msvc:DEFINES *= _SCL_SECURE_NO_WARNINGS
# swift standard warnings
msvc:QMAKE_CXXFLAGS_WARN_ON *= /wd4351 /wd4661
clang_cl:QMAKE_CXXFLAGS_WARN_ON *= -Wall -Wextra
# elevated warnings
contains(BLACK_CONFIG, AllowNoisyWarnings) {