pitrou commented on PR #36835:
URL: https://github.com/apache/arrow/pull/36835#issuecomment-1691619771

   I'm trying to build with gcc 12.3.0 and I get the following error:
   ```
   In file included from 
/build/build-test/_deps/azure_sdk-src/sdk/identity/azure-identity/src/environment_credential.cpp:6:
   
/build/build-test/_deps/azure_sdk-src/sdk/identity/azure-identity/inc/azure/identity/client_certificate_credential.hpp:68:9:
 error: 'Azure::Identity::ClientCertificateCredential' declared with greater 
visibility than the type of its field 
'Azure::Identity::ClientCertificateCredential::m_pkey' [-Werror=attributes]
      68 |   class ClientCertificateCredential final : public 
Core::Credentials::TokenCredential {
         |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
   cc1plus: all warnings being treated as errors
   ```
   
   It seems like we're passing `-Wall -Werror` when building bundled 
dependencies? It makes us heavily dependent on maintenance policies of 
third-party projects.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to