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

Disabled unused variable warnings #6

Merged
merged 1 commit into from
May 28, 2013

Conversation

maniak-dobrii
Copy link
Contributor

Replaced -Wunused-value warning ignore with -Wunused-variable ignore,
which solves warning with (Apple LLVM version 4.2 (clang-425.0.28)
(based on LLVM 3.2svn))

Replaced -Wunused-value warning ignore with -Wunused-variable ignore,
which solves warning with (Apple LLVM version 4.2 (clang-425.0.28)
(based on LLVM 3.2svn))
rentzsch added a commit that referenced this pull request May 28, 2013
[FIX} Replace `-Wunused-value` with -Wunused-variable. (maniak-dobrii)
@rentzsch rentzsch merged commit 4398e3f into rentzsch:semver-1.x May 28, 2013
@rentzsch
Copy link
Owner

Nice find, great patch! Thanks!

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.

2 participants