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

fixed a benign warning #57

Merged
merged 1 commit into from Apr 4, 2016
Merged

fixed a benign warning #57

merged 1 commit into from Apr 4, 2016

Conversation

mvidner
Copy link
Member

@mvidner mvidner commented Mar 31, 2016

A missing case in switch meant that a callback was identified only
by an internal number in a y2debug message.

warning: enumeration value ‘CB_PkgGpgCheck’ not handled in switch [-Wswitch]

A missing `case` in `switch` meant that a callback was identified only
by an internal number in a y2debug message.

warning: enumeration value ‘CB_PkgGpgCheck’ not handled in switch [-Wswitch]
@lslezak
Copy link
Member

lslezak commented Apr 4, 2016

LGTM

@mvidner mvidner merged commit 99ef405 into master Apr 4, 2016
@mvidner mvidner deleted the warnings branch April 4, 2016 11:50
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.

None yet

2 participants