summaryrefslogtreecommitdiff
path: root/libicuuc/libicu/buildfile
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-07-21 18:09:47 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-07-21 18:09:47 +0300
commit0937885bc90bd2c2d938bd2e16e0c164e80625fe (patch)
tree004d3e91b98230cec3c69b4950d89206531f648b /libicuuc/libicu/buildfile
parentb7b91802a7d16cd9a435bcede5f31d2e3ccee653 (diff)
Release version 65.1.0+4v65.1.0+4
Fix Clang 10 compilation errors Canonicalize license in manifests Add glue buildfile
Diffstat (limited to 'libicuuc/libicu/buildfile')
-rw-r--r--libicuuc/libicu/buildfile8
1 files changed, 5 insertions, 3 deletions
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.
#