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

GCC 9.1 fixes /monero#5613+#5865 #149

Merged
merged 3 commits into from
Sep 23, 2019
Merged

GCC 9.1 fixes /monero#5613+#5865 #149

merged 3 commits into from
Sep 23, 2019

Commits on Sep 23, 2019

  1. Fix GCC 9.1 build warnings /monero#5613

    GCC wants operator= aand copy ctor to be both defined, or neither
    moneromooo-monero authored and stoffu committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    f8fdb50 View commit details
    Browse the repository at this point in the history
  2. cmake: do not use -mmitigate-rop on GCC >= 9.1 /monero#5613

    It was removed, but it still accepted by the compiler, which warns
    for every file
    moneromooo-monero authored and stoffu committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    8cba01b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e8eb4e View commit details
    Browse the repository at this point in the history