Joe McDonnell created IMPALA-12372:
--------------------------------------
Summary: Only use -Wno-deprecated / -Wno-deprecated-declaration
for OpenSSL3
Key: IMPALA-12372
URL: https://issues.apache.org/jira/browse/IMPALA-12372
Project: IMPALA
Issue Type: Improvement
Components: Backend
Affects Versions: Impala 4.3.0
Reporter: Joe McDonnell
As part of supporting Redhat 9 / Ubuntu 22, those platforms use OpenSSL3 and
compilation will produce warnings that fail our build (due to -Werror). The
original change turned off those deprecation warnings for all platforms.
This is overly broad. We should try to turn off those warnings only for
platforms that use OpenSSL3. Otherwise, we are blind to other locations that
are using deprecated functions. This came up when investigating using
googletest 1.12.1 (which deprecated some calls we use).
--
This message was sent by Atlassian Jira
(v8.20.10#820010)