Skip to content

configure.ac: Avoid implicit int, implicit function declarations#757

Merged
fklassen merged 1 commit intoappneta:Bug_#757_avoid_implicit_intfrom
fweimer-rh:c99
Dec 28, 2022
Merged

configure.ac: Avoid implicit int, implicit function declarations#757
fklassen merged 1 commit intoappneta:Bug_#757_avoid_implicit_intfrom
fweimer-rh:c99

Conversation

@fweimer-rh
Copy link
Copy Markdown
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