Skip to content

Fix compiler warnings #233

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

Merged
merged 2 commits into from
May 28, 2025
Merged

Conversation

kojix2
Copy link
Contributor

@kojix2 kojix2 commented May 28, 2025

  • There were many "old-style function definition" warnings during compilation.

    • Updated 12 files to use modern function definitions.
    • In qsort.c, I changed the swapfunc function style.
    • Now, there are no compiler warnings.
  • Tested on:

    • gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
    • ruby 3.4.3 (2025-04-14 revision d0b7e5b6a0) +PRISM [x86_64-linux]

Thank you.

@masa16 masa16 merged commit 56e2ee9 into ruby-numo:master May 28, 2025
26 checks passed
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