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

refactor: Fix advanced compiler warnings #2292

Commits on Sep 4, 2021

  1. Change class ConvergedScraperStats to struct in superblock.h

    Silences tag mismatch warning.
    jamescowens committed Sep 4, 2021
    Configuration menu
    Copy the full SHA
    e590d91 View commit details
    Browse the repository at this point in the history
  2. Rewrite GMF_RELAY check to silence duplicate branch compile warning

    Co-authored-by: RoboticMind <30132912+RoboticMind@users.noreply.github.com>
    jamescowens and RoboticMind committed Sep 4, 2021
    Configuration menu
    Copy the full SHA
    37d022d View commit details
    Browse the repository at this point in the history
  3. Change class ConvergedScraperStats to struct in clientmodel.h

    Silences conflicting tag warning.
    jamescowens committed Sep 4, 2021
    Configuration menu
    Copy the full SHA
    77a57b5 View commit details
    Browse the repository at this point in the history
  4. Initialize nSize in script.h

    Silences possible use of uninitialized variable warning.
    jamescowens committed Sep 4, 2021
    Configuration menu
    Copy the full SHA
    e692033 View commit details
    Browse the repository at this point in the history
  5. Adjust prevector.h to eliminate anonymous struct

    Cf. Bitcoin PR 18088
    jamescowens committed Sep 4, 2021
    Configuration menu
    Copy the full SHA
    fd7f557 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1d745fe View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    783dd1e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    680a7cc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3e8b8c0 View commit details
    Browse the repository at this point in the history
  10. Remove -Werror=gnu checks

    We are not concerned about using gnu extensions such as zero argument
    variadics.
    jamescowens committed Sep 4, 2021
    Configuration menu
    Copy the full SHA
    143ac32 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9b067ae View commit details
    Browse the repository at this point in the history
  12. Update CCryptoKeyStore::Unlock

    This commit updates the above function to properly traverse the
    mapCryptedKeys and eliminates the Clang loop will run at most once
    warning.
    jamescowens committed Sep 4, 2021
    Configuration menu
    Copy the full SHA
    23b1bd0 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1641123 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    1229f27 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2021

  1. Configuration menu
    Copy the full SHA
    594658b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6b596b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    31f7862 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    83dcef2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ec05f93 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    03bd4cd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    54169d1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    29d3923 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    588bd2b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c20695e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a7fc110 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f682227 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a3289ff View commit details
    Browse the repository at this point in the history