From 00144a0d7aafbe1a7385ffaf253580c7975f92f7 Mon Sep 17 00:00:00 2001 From: Jason Wray Date: Tue, 12 Feb 2019 11:22:08 -0800 Subject: [core] Silence -Wshorten-64-to-32 in icu target --- vendor/icu.cmake | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.1