diff options
author | Jason Wray <jason@mapbox.com> | 2019-02-12 11:22:08 -0800 |
---|---|---|
committer | Jason Wray <friedbunny@users.noreply.github.com> | 2019-02-14 10:51:49 -0800 |
commit | 00144a0d7aafbe1a7385ffaf253580c7975f92f7 (patch) | |
tree | dee5f37723d1b053295a349411847665ed714539 /vendor | |
parent | 5a5b8520cc8ffb919507c3be5e160133f5ab5a2f (diff) | |
download | qtlocation-mapboxgl-00144a0d7aafbe1a7385ffaf253580c7975f92f7.tar.gz |
[core] Silence -Wshorten-64-to-32 in icu target
Diffstat (limited to 'vendor')
-rw-r--r-- | vendor/icu.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vendor/icu.cmake b/vendor/icu.cmake index 3d29b799ed..419b78333a 100644 --- a/vendor/icu.cmake +++ b/vendor/icu.cmake @@ -28,6 +28,7 @@ target_compile_definitions(icu PRIVATE target_compile_options(icu PRIVATE -Wno-error + -Wno-shorten-64-to-32 ) target_include_directories(icu SYSTEM PUBLIC |