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: fix -Wimplicit-function-declaration #200

Merged
merged 1 commit into from
Nov 4, 2022
Merged

configure.ac: fix -Wimplicit-function-declaration #200

merged 1 commit into from
Nov 4, 2022

Conversation

thesamesam
Copy link
Contributor

Clang 16 makes -Wimplicit-function-declaration an error by default. We need to include <stdlib.h> for exit().

Signed-off-by: Sam James sam@gentoo.org

Clang 16 makes -Wimplicit-function-declaration an error by default. We
need to include <stdlib.h> for exit().

Signed-off-by: Sam James <sam@gentoo.org>
@mgieseki mgieseki self-assigned this Nov 4, 2022
@mgieseki mgieseki merged commit b37129a into mgieseki:master Nov 4, 2022
@mgieseki
Copy link
Owner

mgieseki commented Nov 4, 2022

Thank you for the info and the patch.

@thesamesam
Copy link
Contributor Author

Thank you!

@thesamesam thesamesam deleted the clang-16 branch November 4, 2022 19:04
@mgieseki mgieseki added this to the 3.0.1 milestone Jan 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants