Skip to content

ONElib.c: fully declare vasprintf.#44

Open
emollier wants to merge 1 commit into
thegenemyers:masterfrom
emollier:declaration
Open

ONElib.c: fully declare vasprintf.#44
emollier wants to merge 1 commit into
thegenemyers:masterfrom
emollier:declaration

Conversation

@emollier

Copy link
Copy Markdown

Per vasprintf(3) manual, the function needs _GNU_SOURCE definiton for proper declaration. As seen in Debian bug #1066663, lack thereof causes build failures with -Werror=implicit-function-declaration.

Per vasprintf(3) manual, the function needs _GNU_SOURCE definiton for
proper declaration.  As seen in [Debian bug #1066663], lack thereof
causes build failures with -Werror=implicit-function-declaration.

[Debian bug #1066663]: https://bugs.debian.org/1066663

Signed-off-by: Étienne Mollier <emollier@debian.org>
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