Skip to content

Fix -Wunused by removing parameter names since they aren't necessary any... #9

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

Merged
merged 10 commits into from
Dec 8, 2014

Conversation

rcurtin
Copy link
Contributor

@rcurtin rcurtin commented Dec 4, 2014

...way.

Meant to fix #8 ... partially.

@rcurtin
Copy link
Contributor Author

rcurtin commented Dec 4, 2014

I fixed some more -Wunused because why not. There are a few statements of the form

if(type* r = dynamic_cast<type*>(something));

with r unused. Are these equivalent to if(dynamic_cast<type*>(something))? I didn't test.

cdkersey added a commit that referenced this pull request Dec 8, 2014
Fix -Wunused by removing parameter names since they aren't necessary any...
@cdkersey cdkersey merged commit ba3cbe3 into cdkersey:master Dec 8, 2014
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.

-Wall -Wextra has tons of warnings
2 participants