Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladiMihaylenko <vxmihaylenko@gmail.com>2019-04-10 14:24:44 +0300
committerVladimir Byko-Ianko <bykoianko@gmail.com>2019-06-10 13:50:13 +0300
commit3c269a9093f3e7a64aae8a5b9247087694dda9e8 (patch)
treeb9734a7d4a33af18d92f9118d0597c49dc7ac7aa /drape/hw_texture_ios.mm
parentab613f081f7d6bcdc8f32871fb928c27bac6f6b5 (diff)
Submodule boost
Diffstat (limited to 'drape/hw_texture_ios.mm')
-rw-r--r--drape/hw_texture_ios.mm8
1 files changed, 0 insertions, 8 deletions
diff --git a/drape/hw_texture_ios.mm b/drape/hw_texture_ios.mm
index fb992423c2..6aa0f45b1e 100644
--- a/drape/hw_texture_ios.mm
+++ b/drape/hw_texture_ios.mm
@@ -11,16 +11,8 @@
#include <boost/integer_traits.hpp>
-/// @todo(greshilov): delete this hack for next boost version (>1.65.0)
-#ifdef __clang__
-#pragma clang diagnostic push
-#pragma clang diagnostic ignored "-Wc++11-narrowing"
-#endif
#include <boost/gil/algorithm.hpp>
#include <boost/gil/typedefs.hpp>
-#ifdef __clang__
-#pragma clang diagnostic pop
-#endif
using boost::gil::gray8c_pixel_t;
using boost::gil::gray8_pixel_t;