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: Avoid implicit int, implicit function declarations #757

Merged
merged 1 commit into from
Dec 28, 2022

Conversation

fweimer-rh
Copy link
Contributor

Do not call exit without declaring it. Add #include <unistd.h> for fork. Add missing int type to the definition of main.

Implicit ints and implicit function declarations were removed from C in 1999 and will not be supported by future compilers.

Do not call exit without declaring it.  Add #include <unistd.h>
for fork.  Add missing int type to the definition of main.

Implicit ints and implicit function declarations were removed from
C in 1999 and will not be supported by future compilers.
@fklassen fklassen changed the base branch from master to Bug_#757_avoid_implicit_int December 28, 2022 23:32
@fklassen fklassen merged commit 11bdd0f into appneta:Bug_#757_avoid_implicit_int Dec 28, 2022
fklassen added a commit that referenced this pull request Dec 28, 2022
fklassen added a commit that referenced this pull request Dec 28, 2022
fklassen added a commit that referenced this pull request Dec 29, 2022
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