You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "Joe McDonnell (Jira)" <ji...@apache.org> on 2023/08/15 21:27:00 UTC

[jira] [Created] (IMPALA-12372) Only use -Wno-deprecated / -Wno-deprecated-declaration for OpenSSL3

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)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org