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

tables_destroy: call ca_close_ca without argument #1199

Merged
merged 1 commit into from
Dec 10, 2024

Conversation

heitbaum
Copy link
Contributor

This matches function call and fixes build with gcc-15

tables.c: In function 'tables_destroy':
tables.c:390:13: error: too many arguments to function 'ca[i].op->ca_close_ca'
  390 |             ca[i].op->ca_close_ca(&ca[i]);
      |             ^~

This matches function call and fixes build with gcc-15

    tables.c: In function 'tables_destroy':
    tables.c:390:13: error: too many arguments to function 'ca[i].op->ca_close_ca'
      390 |             ca[i].op->ca_close_ca(&ca[i]);
          |             ^~
@Jalle19 Jalle19 merged commit 69d85b8 into catalinii:master Dec 10, 2024
9 checks passed
@heitbaum heitbaum deleted the patch-1 branch December 10, 2024 13:13
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.

Compile fails with gcc-15
2 participants