MichaelChirico commented on PR #45756:
URL: https://github.com/apache/arrow/pull/45756#issuecomment-2718304072

   NVM, I _do_ see it in the logs, it's just not erroring (?):
   
   ```
     #21 148.7 ../inst/include/date/date.h:966:34: warning: identifier '_d' 
preceded by whitespace in a literal operator declaration is deprecated 
[-Wdeprecated-literal-operator]
     #21 148.7   966 | CONSTCD11 date::day  operator "" _d(unsigned long long 
d) NOEXCEPT;
     #21 148.7       |                      ~~~~~~~~~~~~^~
     #21 148.7       |                      operator""_d
     #21 148.7 ../inst/include/date/date.h:967:34: warning: identifier '_y' 
preceded by whitespace in a literal operator declaration is deprecated 
[-Wdeprecated-literal-operator]
     #21 148.7   967 | CONSTCD11 date::year operator "" _y(unsigned long long 
y) NOEXCEPT;
     #21 148.7       |                      ~~~~~~~~~~~~^~
     #21 148.7       |                      operator""_y
     #21 148.7 ../inst/include/date/date.h:1975:13: warning: identifier '_d' 
preceded by whitespace in a literal operator declaration is deprecated 
[-Wdeprecated-literal-operator]
     #21 148.7  1975 | operator "" _d(unsigned long long d) NOEXCEPT
     #21 148.7       | ~~~~~~~~~~~~^~
     #21 148.7       | operator""_d
     #21 148.7 ../inst/include/date/date.h:1983:13: warning: identifier '_y' 
preceded by whitespace in a literal operator declaration is deprecated 
[-Wdeprecated-literal-operator]
     #21 148.7  1983 | operator "" _y(unsigned long long y) NOEXCEPT
     #21 148.7       | ~~~~~~~~~~~~^~
     #21 148.7       | operator""_y
   ```
   
   (searched the logs you shared for `deprecated-literal-operator`)


-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to