Skip to content

Work around clang-16 build failure #74

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 2, 2023

Conversation

uweigand
Copy link
Contributor

@uweigand uweigand commented Apr 1, 2023

Building with clang-16 or newer currently fails as the issue described in libffi/libffi#760 causes a compile error.

Fix this by adding the -Wno-implicit-function-declaration compiler flag, which allows the current source code to still be built.

Addresses #73.

Building with clang-16 or newer currently fails as the issue described
in libffi/libffi#760 causes a compile error.

Fix this by adding the -Wno-implicit-function-declaration compiler
flag, which allows the current source code to still be built.

Addresses tov#73.
@yorickpeterse yorickpeterse merged commit 62bea93 into tov:master Apr 2, 2023
@uweigand uweigand deleted the clang16-build-fix branch July 2, 2024 15:21
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