felipecrv commented on code in PR #40372: URL: https://github.com/apache/arrow/pull/40372#discussion_r1514470464
########## cpp/src/arrow/util/visibility.h: ########## @@ -52,13 +52,13 @@ #endif #define ARROW_NO_EXPORT -#define ARROW_FORCE_INLINE __forceinline +#define ARROW_ALWAYS_INLINE __forceinline #else // Non-Windows -#define ARROW_FORCE_INLINE +#define ARROW_ALWAYS_INLINE __attribute__((always_inline)) Review Comment: In `macros.h` it's now defined under the correct compiler tests. -- 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]
