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

Unused variable warnings #7

Open
selsta opened this issue Jun 10, 2021 · 1 comment
Open

Unused variable warnings #7

selsta opened this issue Jun 10, 2021 · 1 comment

Comments

@selsta
Copy link

selsta commented Jun 10, 2021

/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.

@vtnerd
Copy link
Collaborator

vtnerd commented Jun 17, 2021

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.

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

No branches or pull requests

2 participants