-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[R][C++] Fix identifier ... preceded by whitespace warnings #45605
Comments
https://github.com/apache/arrow/tree/main/cpp/src/arrow/vendored/datetime is a vendored product. Could you report this to upstream https://github.com/HowardHinnant/date ? |
Yes, I will do that as well |
…#45606) ### Rationale for this change Fix warnings, pass on CRAN ### What changes are included in this PR? Removing some whitespace ### Are these changes tested? Yes ### Are there any user-facing changes? No, other than being releasable on CRAN * GitHub Issue: #45605 Authored-by: Jonathan Keane <[email protected]> Signed-off-by: Bryce Mecum <[email protected]>
Issue resolved by pull request 45606 |
…#45606) ### Rationale for this change Fix warnings, pass on CRAN ### What changes are included in this PR? Removing some whitespace ### Are these changes tested? Yes ### Are there any user-facing changes? No, other than being releasable on CRAN * GitHub Issue: #45605 Authored-by: Jonathan Keane <[email protected]> Signed-off-by: Bryce Mecum <[email protected]>
…rnings (apache#45606) ### Rationale for this change Fix warnings, pass on CRAN ### What changes are included in this PR? Removing some whitespace ### Are these changes tested? Yes ### Are there any user-facing changes? No, other than being releasable on CRAN * GitHub Issue: apache#45605 Authored-by: Jonathan Keane <[email protected]> Signed-off-by: Bryce Mecum <[email protected]>
…rnings (apache#45606) ### Rationale for this change Fix warnings, pass on CRAN ### What changes are included in this PR? Removing some whitespace ### Are these changes tested? Yes ### Are there any user-facing changes? No, other than being releasable on CRAN * GitHub Issue: apache#45605 Authored-by: Jonathan Keane <[email protected]> Signed-off-by: Bryce Mecum <[email protected]>
Done! Sorry this took me a little bit, but here is the issue upstream HowardHinnant/date#868 and I submitted a PR to do the same. |
Thanks! |
Describe the enhancement requested
On r-devel-linux-x86_64-fedora-clang we are getting some compiler warnings. The first two are in cpp11, so I think we can ignore (there's already an upstream issue r-lib/cpp11#447). But the rest are in our code and we should probably address them before submitting.
Component(s)
C++
The text was updated successfully, but these errors were encountered: