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

Fix types and prototypes for gcc-14 #67

Merged
merged 21 commits into from
Aug 17, 2024
Merged

Conversation

olebole
Copy link
Member

@olebole olebole commented Aug 3, 2024

GCC 14 changes many warnings about incompatible pointer types into errors by default, see f.e. Debian#1075648. This PR will adjust the sources accordingly.

Main task here is to add function prototypes with parameters.

@olebole olebole force-pushed the gcc-14 branch 11 times, most recently from 27511b2 to 221f4a8 Compare August 10, 2024 10:55
@olebole olebole merged commit 2fca4ad into iraf-community:main Aug 17, 2024
2 checks passed
@olebole olebole deleted the gcc-14 branch August 17, 2024 12:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant