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: fix configure tests broken with Clang 15 (-Wimplicit-int) #248

Merged
merged 1 commit into from
Sep 13, 2022
Merged

Configure: fix configure tests broken with Clang 15 (-Wimplicit-int) #248

merged 1 commit into from
Sep 13, 2022

Conversation

thesamesam
Copy link
Contributor

Clang 15 makes -Wimplicit-int an error by default.

Before this fix, configure would think localtime() and strftime() support was not present.

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

Clang 15 makes -Wimplicit-int an error by default.

Before this fix, configure would think localtime() and strftime() support
was not present.

Signed-off-by: Sam James <sam@gentoo.org>
@jiegec jiegec merged commit 70b94be into lsof-org:master Sep 13, 2022
jiegec added a commit that referenced this pull request Sep 13, 2022
@thesamesam
Copy link
Contributor Author

Thanks!

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