akravchukdremio commented on PR #48867:
URL: https://github.com/apache/arrow/pull/48867#issuecomment-3800226069

   Fixed such error:
   ```
   /arrow/cpp/src/gandiva/precompiled/time.cc:573:16: error: 'always_inline' 
function might not be inlinable unless also declared 'inline' 
[-Werror=attributes]
     573 | static int32_t normalize_subseconds_to_millis(int32_t subseconds, 
int32_t num_digits) {
         |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   cc1plus: all warnings being treated as errors
   ```
   by adding `inline` keyword for `normalize_subseconds_to_millis` function in 
this commit: 
https://github.com/apache/arrow/pull/48867/changes/d233f19916cc5e03d1be357c18da5b0b31d21fbf


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