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: warning shadow #1594

Merged
merged 9 commits into from
Aug 17, 2023
Merged

Commits on Aug 17, 2023

  1. command: fix shadow warnings

    perigoso committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    71c15fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01b4467 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    85b36b0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bb64a5b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7468f19 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    86bca08 View commit details
    Browse the repository at this point in the history
  7. hosted: rename bmp_type_t to probe_type_e

    Only the BMP is a *BMP* probe, this rename reflects that with a more generic probe type context
    perigoso committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    816b5e9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    05dcb06 View commit details
    Browse the repository at this point in the history
  9. hosted: rename bmda_probe_s info global variable

    This hopefully helps
    - code readability with a more contextually obvious name
    - avoiding variable shadowing
    perigoso committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    3b16ef0 View commit details
    Browse the repository at this point in the history