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

capture_RPiHQ.cpp: compiler warning #839

Merged
merged 2 commits into from
Dec 4, 2021
Merged

Commits on Dec 4, 2021

  1. capture_RPiHQ.cpp: compiler warning

    The "extra text" file hasn't yet been fully implemented in the RPiHQ capture program, but variables to activate it are there.  This causes compiler messages about "variable set but not used".  This is not an issue, but some users have mentioned it, thinking it's an error.
    I added a dummy line to keep the compiler quiet.  This line will be removed when the "extra text" file is implemented.
    
    Fixes #833.
    EricClaeys authored Dec 4, 2021
    Configuration menu
    Copy the full SHA
    a4d1ef1 View commit details
    Browse the repository at this point in the history
  2. capture.cpp: keep complier quiet

    Increase size of array to keep complier quiet about possibly overrunning array.
    EricClaeys authored Dec 4, 2021
    Configuration menu
    Copy the full SHA
    16bc5c7 View commit details
    Browse the repository at this point in the history