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-parameter warnings #1331

Merged
merged 1 commit into from
Jul 12, 2021
Merged

Conversation

robertwu1
Copy link
Collaborator

Fixes #312

The compiler flag -Wunused-parameter outputs some warnings on a couple of files. This is fixed in this PR.

Tested via:
Temporarily added -Wunused-parameter to CMakeLists.txt in top level directory and compiled OboeTester.

Copy link
Collaborator

@philburk philburk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

@robertwu1 robertwu1 merged commit 9ebf697 into master Jul 12, 2021
@robertwu1 robertwu1 deleted the robertwu/unusedparameterwarnings branch July 14, 2021 17:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enabling -Wunused-parameter results in lots of "error: unused parameter" messages
2 participants