From 0937885bc90bd2c2d938bd2e16e0c164e80625fe Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 21 Jul 2020 18:09:47 +0300 Subject: Release version 65.1.0+4 Fix Clang 10 compilation errors Canonicalize license in manifests Add glue buildfile --- libicuuc/libicu/buildfile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'libicuuc/libicu/buildfile') diff --git a/libicuuc/libicu/buildfile b/libicuuc/libicu/buildfile index 630de64..e5c451f 100644 --- a/libicuuc/libicu/buildfile +++ b/libicuuc/libicu/buildfile @@ -3,7 +3,7 @@ ./: lib{icuuc} lib{icudata} -patched = ucasemap unistr +patched = ucasemap unistr uniset lib{icuuc}: uc/hxx{**} uc/cxx{* -{$patched}} cxx{$patched} lib{icudata} @@ -74,9 +74,11 @@ switch $c.class, $tsys # Disable warnings that pop up with -Wall -Wextra. Upstream doesn't seem # to care about these and it is not easy to disable specific warnings in a # way that works across compilers/version (some -Wno-* options are only - # recognized in newer versions). + # recognized in newer versions). There are still some warnings left that + # appear for certain platforms/compilers. We pass them through but disable + # treating them as errors. # - cc.coptions += -Wno-all -Wno-extra + cc.coptions += -Wno-all -Wno-extra -Wno-error # Disable the Clang targeting MSVC warnings. # -- cgit v1.1