Skip to content
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

Fix build with clang -Wunqualified-std-cast-call #172

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

markmentovai
Copy link

This warning is enabled by default since clang 15. This fixes a build error with those recent versions of clang because BOSSA builds with -Werror.

This warning is enabled by default since clang 15. This fixes a build
error with those recent versions of clang because BOSSA builds with
-Werror.
pluiedev added a commit to pluiedev/nixpkgs that referenced this pull request May 6, 2024
See shumatech/BOSSA#172. Essentially, recent versions of macOS started
shipping clang version above 15, which promoted the
unqualified-std-cast-call warning into a hard error.

Unfortunately, it seems like upstream is dormant as of now, so we have
to apply the patch ourselves.
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