From 5c33d1b7380436104053d93cbff98eef88fb4f1b Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 5 Jul 2023 15:41:58 +0300 Subject: Release version 65.1.0+8 Suppress some Clang and MSVC warnings. Fix dist operation 'multiple files are distributed as ...' warning. --- libicui18n/libicui18n/buildfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libicui18n/libicui18n') diff --git a/libicui18n/libicui18n/buildfile b/libicui18n/libicui18n/buildfile index fcddedf..edd8676 100644 --- a/libicui18n/libicui18n/buildfile +++ b/libicui18n/libicui18n/buildfile @@ -71,7 +71,7 @@ switch $cxx.class # Disable warnings that pop up with /W3. # - cxx.coptions += /wd4244 /wd4996 + cxx.coptions += /wd4244 /wd4996 /wd5055 /wd5056 } } -- cgit v1.1