[
https://issues.apache.org/jira/browse/KUDU-2660?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alexey Serbin resolved KUDU-2660.
---------------------------------
Fix Version/s: 1.10.1
1.10.0
Resolution: Fixed
Fixed with
https://github.com/apache/kudu/commit/5cfd81f7ed89b46dfdacc2389159fadbb59f0d8b
> -fno-sanitize-recover deprecation warnings when building UBSAN
> --------------------------------------------------------------
>
> Key: KUDU-2660
> URL: https://issues.apache.org/jira/browse/KUDU-2660
> Project: Kudu
> Issue Type: Bug
> Components: build
> Affects Versions: 1.8.0
> Reporter: Adar Dembo
> Priority: Major
> Labels: newbie, trivial
> Fix For: 1.10.1, 1.10.0
>
>
> When building UBSAN, every compiled file spits out this warning:
> {noformat}
> [81/197] Building CXX object
> src/kudu/common/CMakeFiles/kudu_common_proto.dir/common.pb.cc.o
> clang-6.0: warning: argument '-fno-sanitize-recover' is deprecated, use
> '-fno-sanitize-recover=undefined,integer' or '-fno-sanitize-recover=all'
> instead [-Wdeprecated]
> {noformat}
> Must be some new behavior with clang 6.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)