Commit f494da88 authored by Thiago Macieira's avatar Thiago Macieira
Browse files

Clang 3.8 is clean of warnings


Change-Id: Ibc83b9f7e3bc4962ae35ffff1425c8e686579e15
Reviewed-by: default avatarJake Petroules <jake.petroules@theqtcompany.com>
Showing with 2 additions and 2 deletions
...@@ -50,10 +50,10 @@ warnings_are_errors:warning_clean { ...@@ -50,10 +50,10 @@ warnings_are_errors:warning_clean {
# compiler. # compiler.
clang:!ios { clang:!ios {
# Apple clang 4.0-4.2,5.0-5.1,6.0-6.4 # Apple clang 4.0-4.2,5.0-5.1,6.0-6.4
# Regular clang 3.3-3.7 # Regular clang 3.3-3.8
apple_ver = $${QT_APPLE_CLANG_MAJOR_VERSION}.$${QT_APPLE_CLANG_MINOR_VERSION} apple_ver = $${QT_APPLE_CLANG_MAJOR_VERSION}.$${QT_APPLE_CLANG_MINOR_VERSION}
reg_ver = $${QT_CLANG_MAJOR_VERSION}.$${QT_CLANG_MINOR_VERSION} reg_ver = $${QT_CLANG_MAJOR_VERSION}.$${QT_CLANG_MINOR_VERSION}
contains(apple_ver, "4\\.[012]|5\\.[01]|6\\.[01234]")|contains(reg_ver, "3\\.[3-7]") { contains(apple_ver, "4\\.[012]|5\\.[01]|6\\.[01234]")|contains(reg_ver, "3\\.[3-8]") {
QMAKE_CXXFLAGS_WARN_ON += -Werror -Wno-error=\\$${LITERAL_HASH}warnings -Wno-error=deprecated-declarations $$WERROR QMAKE_CXXFLAGS_WARN_ON += -Werror -Wno-error=\\$${LITERAL_HASH}warnings -Wno-error=deprecated-declarations $$WERROR
} }
} else:intel_icc:linux { } else:intel_icc:linux {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment