summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.qmake.conf1
-rw-r--r--src/location/location.pro3
2 files changed, 4 insertions, 0 deletions
diff --git a/.qmake.conf b/.qmake.conf
index b1c22d3b..acdace13 100644
--- a/.qmake.conf
+++ b/.qmake.conf
@@ -1,3 +1,4 @@
load(qt_build_config)
+CONFIG += warning_clean
MODULE_VERSION = 5.9.0
diff --git a/src/location/location.pro b/src/location/location.pro
index b43d626a..5dc89a63 100644
--- a/src/location/location.pro
+++ b/src/location/location.pro
@@ -7,6 +7,9 @@ android {
CONFIG += simd optimize_full
+# 3rdparty headers produce warnings with MSVC
+msvc: CONFIG -= warning_clean
+
INCLUDEPATH += ../3rdparty/poly2tri
INCLUDEPATH += ../3rdparty/clipper
INCLUDEPATH += ../3rdparty/clip2tri