Skip to content

Bug #757 avoid implicit int#762

Merged
fklassen merged 3 commits into4.4.3from
Bug_#757_avoid_implicit_int
Dec 28, 2022
Merged

Bug #757 avoid implicit int#762
fklassen merged 3 commits into4.4.3from
Bug_#757_avoid_implicit_int

Conversation

@fklassen
Copy link
Copy Markdown
Member

No description provided.

fweimer-rh and others added 3 commits November 24, 2022 08:34
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.
configure.ac: Avoid implicit int, implicit function declarations
@fklassen fklassen merged commit 111e2b0 into 4.4.3 Dec 28, 2022
@fklassen fklassen deleted the Bug_#757_avoid_implicit_int branch December 28, 2022 23:37
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