Commit 9aa7d284 authored by Thiago Macieira's avatar Thiago Macieira Committed by Alex Blasche
Browse files

Mark qtlocation as warning-free


This will turn -Werror on for our tested compilers, to avoid introducing
new warnings.

Change-Id: I27b55fdf514247549455fffd14b17ae6dce9976f
Reviewed-by: default avatarPaolo Angelelli <paolo.angelelli@qt.io>
Reviewed-by: default avatarAlex Blasche <alexander.blasche@qt.io>
Showing with 4 additions and 0 deletions
load(qt_build_config) load(qt_build_config)
CONFIG += warning_clean
MODULE_VERSION = 5.9.0 MODULE_VERSION = 5.9.0
...@@ -7,6 +7,9 @@ android { ...@@ -7,6 +7,9 @@ android {
CONFIG += simd optimize_full CONFIG += simd optimize_full
# 3rdparty headers produce warnings with MSVC
msvc: CONFIG -= warning_clean
INCLUDEPATH += ../3rdparty/poly2tri INCLUDEPATH += ../3rdparty/poly2tri
INCLUDEPATH += ../3rdparty/clipper INCLUDEPATH += ../3rdparty/clipper
INCLUDEPATH += ../3rdparty/clip2tri INCLUDEPATH += ../3rdparty/clip2tri
......
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