Skip to content
This repository was archived by the owner on Jun 28, 2022. It is now read-only.

Include required headers in module.ac tests#11

Open
ryandesign wants to merge 1 commit into
tklauser:masterfrom
ryandesign:patch-1
Open

Include required headers in module.ac tests#11
ryandesign wants to merge 1 commit into
tklauser:masterfrom
ryandesign:patch-1

Conversation

@ryandesign
Copy link
Copy Markdown

Without these includes, functions exit, memset, strcmp, and strcpy are implicitly declared, which generates warnings. On new compilers, like the versions of clang included with Xcode 12 or later, implicitly declared functions are treated as errors, causing the configure tests to fail. The build later fails because the configure script made the wrong determinations.

Without these includes, functions exit, memset, strcmp, and strcpy are
implicitly declared, which generates warnings. On new compilers, like
the versions of clang included with Xcode 12 or later, implicitly
declared functions are treated as errors, causing the configure tests to
fail. The build later fails because the configure script made the wrong
determinations.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant