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

configure.ac: Do not call undeclared exit function #12

Merged
merged 1 commit into from Dec 1, 2022
Merged

configure.ac: Do not call undeclared exit function #12

merged 1 commit into from Dec 1, 2022

Conversation

fweimer-rh
Copy link
Contributor

Implicit function declarations were removed from the C language in 1999, and future compilers are likely to treat them as errors by default.

Implicit function declarations were removed from the C language in
1999, and future compilers are likely to treat them as errors by
default.
@pabs3 pabs3 merged commit 62688e7 into mtsuszycki:master Dec 1, 2022
@fweimer-rh fweimer-rh deleted the c99 branch December 1, 2022 10:50
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.

None yet

2 participants