Skip to content

Conversation

@thirtythreeforty
Copy link
Contributor

This fixes pedantic compiler warnings of the form:

pffft.h:197:22: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
  197 |   int pffft_simd_size();
      |                      ^
      |                       void

@marton78
Copy link
Owner

marton78 commented Mar 20, 2025

Hey @thirtythreeforty, thanks a lot for your patch. I'd love to merge it but the CI is broken currently (see here) and I won't have time to fix it in the coming weeks. If you (or @hayguen?) find spare time to repair it, I'd be grateful. Then I'll be able to merge your PR.

@thirtythreeforty
Copy link
Contributor Author

I'll take a look!

@thirtythreeforty
Copy link
Contributor Author

#73 will fix the CI issues, and then I'll rebase this PR.

This fixes pedantic compiler warnings of the form:

    pffft.h:197:22: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
      197 |   int pffft_simd_size();
          |                      ^
          |                       void
@thirtythreeforty
Copy link
Contributor Author

Rebased

@marton78 marton78 merged commit f41361d into marton78:master Apr 12, 2025
7 checks passed
@marton78
Copy link
Owner

Thanks @thirtythreeforty!

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