We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
/Users/selsta/dev/monero/external/supercop/crypto_sign/ed25519/amd64-64-24k/ge25519_scalarmult_base.c:15:22: warning: unused variable 'ecd' [-Wunused-const-variable] static const fe25519 ecd = {{0x75EB4DCA135978A3, 0x00700A4D4141D8AB, 0x8CC740797779E898, 0x52036CEE2B6FFE73}}; ^ 1 warning generated.
I have been fixing warnings for the monero repo and these show up on Mac clang for supercop.
The text was updated successfully, but these errors were encountered:
I'll see if cmake can suppress these specific files. I'd prefer not changing them because these lines are unaltered from upstream supercop currently.
Sorry, something went wrong.
No branches or pull requests
I have been fixing warnings for the monero repo and these show up on Mac clang for supercop.
The text was updated successfully, but these errors were encountered: