Skip to content

Avoid implicit function declarations in tests, for C99 compatibility #521

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

Merged
merged 1 commit into from
Apr 16, 2023

Conversation

fweimer-rh
Copy link
Contributor

Include <stdio.h> for printf and define _GNU_SOURCE for execvpe.

Future compilers will not support implicit function declartions by default, causing these tests to fail to build.

Related to:

Include <stdio.h> for printf and define _GNU_SOURCE for execvpe.

Future compilers will not support implicit function declartions by
default, causing these tests to fail to build.
@rizsotto rizsotto merged commit 4ae0be9 into rizsotto:master Apr 16, 2023
@rizsotto
Copy link
Owner

Thanks @fweimer-rh for the PR!

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.

2 participants