paleolimbot commented on PR #38894:
URL: https://github.com/apache/arrow/pull/38894#issuecomment-1828488227

   The Windows error is from cpp11 (but also because we or somebody set 
`-Werror`):
   
   ```
   D:/a/_temp/Library/cpp11/include/cpp11/protect.hpp:282:42: error: format 
'%x' expects argument of type 'unsigned int', but argument 5 has type 'SEXP' 
{aka 'SEXPREC*'} [-Werror=format=]
     282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), 
CDR(cell), TAG(cell));
         |                                         ~^                           
      ~~~~~~~~~
         |                                          |                           
         |
         |                                          unsigned int                
         SEXP {aka SEXPREC*}
   D:/a/_temp/Library/cpp11/include/cpp11/protect.hpp:282:42: error: format 
'%x' expects argument of type 'unsigned int', but argument 5 has type 'SEXP' 
{aka 'SEXPREC*'} [-Werror=format=]
     282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), 
CDR(cell), TAG(cell));
         |                                         ~^                           
      ~~~~~~~~~
         |                                          |                           
         |
         |                                          unsigned int                
         SEXP {aka SEXPREC*}
   cc1plus.exe: all warnings being treated as errors
   ```


-- 
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