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 gcc-11 warnings: signed/unsigned integer comparison, unused variables #1463

Merged
merged 4 commits into from
Jul 4, 2023

Commits on Jun 23, 2023

  1. Fix gcc-11 warnings: signed/unsigned integer comparision, unused vari…

    …ables
    
    Signed-off-by: Cary Phillips <cary@ilm.com>
    cary-ilm committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    2651724 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. declare loop variable i as unsigned int

    Signed-off-by: Cary Phillips <cary@ilm.com>
    cary-ilm committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    626ca6e View commit details
    Browse the repository at this point in the history
  2. uncomment-out failable_free

    Signed-off-by: Cary Phillips <cary@ilm.com>
    cary-ilm committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    1716e41 View commit details
    Browse the repository at this point in the history
  3. add commented-out assignment of failable_free as TODO

    Signed-off-by: Cary Phillips <cary@ilm.com>
    cary-ilm committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    73c4b7a View commit details
    Browse the repository at this point in the history