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

Fix unused function and missing prototype warnings #628

Merged
merged 1 commit into from
Nov 26, 2023

Commits on Nov 26, 2023

  1. Fix unused function and missing prototype warnings

    Some of these warnings were directly introduced in tmewett#593; others are due to other PRs that were merged between when I made that PR and when it was merged.
    
    Some of these are fixed with new `#define`s; this also makes `displayLoops` and `displayChokeMap` static and always runs them in wizard mode when '~' is pressed, along with `displayMachines` and `displayWaypoints`. This also improves those functions a bit, so it's easier to tell which output is from which function.
    nstoddard committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    5e48c19 View commit details
    Browse the repository at this point in the history