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

Remedy some GCC warnings #9

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

Commits on May 28, 2022

  1. Remedy some GCC warnings

    The `#ifdef SMALLTABLES` change eliminates the unused variable warning, and the changes to the sc25519_window4 prototype silences the `-Wstringop-overflow=` warnings in GCC.
    
    The prototype seems to be wrong b/c it requires an array of size 85, but the function definition only uses 64 bytes,  the caller expects it only needs 64 bytes, and the 85 seems to be a copy/paste issue from window3 (Props to @moneromooo-monero for finding that)
    
    Resolves monero-project#8
    jeffro256 committed May 28, 2022
    Configuration menu
    Copy the full SHA
    500f438 View commit details
    Browse the repository at this point in the history