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

WIP UNTESTED - Fix building with gcc14 #3

Draft
wants to merge 8 commits into
base: main
Choose a base branch
from
Draft

Commits on Sep 6, 2024

  1. Fix broken struct initialization for the debug command

    Comma in the wrong place was assigning a char* to the func field.
    Ziemas committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    43e654d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ab9267 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    629e6ac View commit details
    Browse the repository at this point in the history
  4. Fix no return warnings

    Ziemas committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    64d67b5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    94e6ff4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7449ab4 View commit details
    Browse the repository at this point in the history
  7. Add parenthesis for clarity

    Ziemas committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    2fa1a5a View commit details
    Browse the repository at this point in the history
  8. Fix ee patcher includes

    Ziemas committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    b0af2d8 View commit details
    Browse the repository at this point in the history