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

fixed #73 force allow-argument-mismatch #110

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

zerothi
Copy link
Contributor

@zerothi zerothi commented Jan 27, 2025

For GCC >= 10 compilers we now forcefully add the
allow-argument-mismatch flag which is required for it to be compiled. It will change errors into warnings for routines called with non-conforming type arguments.

For GCC >= 10 compilers we now forcefully add the
allow-argument-mismatch flag which is required for it
to be compiled. It will change errors into warnings
for routines called with non-conforming type arguments.

Signed-off-by: Nick Papior <[email protected]>
@zerothi
Copy link
Contributor Author

zerothi commented Jan 27, 2025

Errors are unrelated. The compilation seems to work just fine, the Makefile CI breaks for another reason, and the CMake CI breaks because it can't communicate results (not because of the change).

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.

1 participant