Skip to content
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

fix(c/driver/postgresql): Fix compiler warning on gcc14 #1990

Merged

Conversation

paleolimbot
Copy link
Member

As identified by the CRAN checks:

Version: 0.12.0
Check: whether package can be installed
Result: WARN
  Found the following significant warnings:
    c/driver/postgresql/copy/writer.h:218:37: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  See ‘/data/gannet/ripley/R/packages/tests-devel/adbcpostgresql.Rcheck/00install.out’ for details.
  * used C++ compiler: ‘g++-14 (GCC) 14.1.0’

https://cran.r-project.org/web/checks/check_results_adbcpostgresql.html

@github-actions github-actions bot added this to the ADBC Libraries 14 milestone Jul 8, 2024
@lidavidm
Copy link
Member

lidavidm commented Jul 8, 2024

Hmm, should probably set up jobs with latest GCC and Clang somehow - maybe I can add them to the nightly job and set up notifications somehow

@paleolimbot paleolimbot merged commit ca1fd27 into apache:main Jul 9, 2024
60 of 64 checks passed
paleolimbot added a commit to paleolimbot/arrow-adbc that referenced this pull request Jul 9, 2024
As identified by the CRAN checks:

```
Version: 0.12.0
Check: whether package can be installed
Result: WARN
  Found the following significant warnings:
    c/driver/postgresql/copy/writer.h:218:37: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
  See ‘/data/gannet/ripley/R/packages/tests-devel/adbcpostgresql.Rcheck/00install.out’ for details.
  * used C++ compiler: ‘g++-14 (GCC) 14.1.0’
```

https://cran.r-project.org/web/checks/check_results_adbcpostgresql.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants