diff options
author | Thiago Marcos P. Santos <tmpsantos@gmail.com> | 2018-11-01 14:41:44 +0200 |
---|---|---|
committer | Thiago Marcos P. Santos <tmpsantos@gmail.com> | 2018-11-01 16:29:37 +0200 |
commit | 7ff85374a7bcfcfcf27d973f52808e6e3ff76115 (patch) | |
tree | e899bc808e9933ea2ca72054eb35a5dab91ce82c /include/mbgl | |
parent | bcbbc7e5f3381482215531abdf005648028f6921 (diff) | |
download | qtlocation-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/mbgl')
-rw-r--r-- | include/mbgl/util/expected.hpp | 3 |
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 { |