Skip to content

autoconf: Fix C99 compatibility issue in the VA_COPY checks#1

Open
fweimer-rh wants to merge 1 commit into
jedsoft:masterfrom
fweimer-rh:c99
Open

autoconf: Fix C99 compatibility issue in the VA_COPY checks#1
fweimer-rh wants to merge 1 commit into
jedsoft:masterfrom
fweimer-rh:c99

Conversation

@fweimer-rh

Copy link
Copy Markdown

The exit function is called without including <stdlib.h>, resulting in an implicit function declarations. Future compilers will not support implicit function declarations by default. This will lead to build failures.

Related to:

The exit function is called without including <stdlib.h>, resulting
in an implicit function declarations.  Future compilers will not
support implicit function declarations by default.  This will lead
to build failures.
@fweimer-rh

Copy link
Copy Markdown
Author

Sorry, had some trouble pushing the right commit. Should be fixed now.

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.

1 participant