Skip to content

Fix argument mismatches for implicitly defined functions (gcc-10 compat) #25

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

Closed
wants to merge 0 commits into from

Conversation

dev-zero
Copy link
Contributor

While the original pattern starts to break with GCC 10+, it wasn't portable for a long time already.
Instead of setting -fallow-argument-mismatch for the whole project as in #23 I only set -std=legacy for the tests while the files in SRC/ are properly fixed.

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