-
Notifications
You must be signed in to change notification settings - Fork 69
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
Parsec 1.1RC2 build fails on Macos #640
Comments
The same issue is seen when building Parsec 1.0.0 on Macos. |
I've got a similar issue when tried to build parsec in Yocto with clang 15.0.2 and musl instead of libgc:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When building Parsec 1.1RC2 with:
I see this issue
Related issues:
Mbed-TLS/mbedtls#4935
parallaxsecond/rust-psa-crypto#85
I don't know why we don't see this issue in Parsec CI pipelines.
I can also build 1.1RC2 successfully in Yocto with clang 15.0.2.
Maybe
-Werror,-Wunused-but-set-parameter
is omitted there.The text was updated successfully, but these errors were encountered: