summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <tmpsantos@gmail.com>2018-11-01 14:41:44 +0200
committerThiago Marcos P. Santos <tmpsantos@gmail.com>2018-11-01 16:29:37 +0200
commit7ff85374a7bcfcfcf27d973f52808e6e3ff76115 (patch)
treee899bc808e9933ea2ca72054eb35a5dab91ce82c /include
parentbcbbc7e5f3381482215531abdf005648028f6921 (diff)
downloadqtlocation-mapboxgl-7ff85374a7bcfcfcf27d973f52808e6e3ff76115.tar.gz
[build] Remove #pragma diagnostic for boost
Boost is now included as a system header and the compiler should ignore it when issuing warnings.
Diffstat (limited to 'include')
-rw-r--r--include/mbgl/util/expected.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/mbgl/util/expected.hpp b/include/mbgl/util/expected.hpp
index a45f071065..135de3cf9b 100644
--- a/include/mbgl/util/expected.hpp
+++ b/include/mbgl/util/expected.hpp
@@ -1,9 +1,6 @@
#pragma once
-#pragma GCC diagnostic push
-#pragma GCC diagnostic ignored "-Wshadow"
#include <expected.hpp>
-#pragma GCC diagnostic pop
namespace mbgl {