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

Silence some -Wswitch-default warnings. #1640

Merged
merged 1 commit into from Dec 13, 2014
Merged

Silence some -Wswitch-default warnings. #1640

merged 1 commit into from Dec 13, 2014

Conversation

rohit-n
Copy link
Member

@rohit-n rohit-n commented Dec 3, 2014

No description provided.

case MODE_VERIFY:
//MODE_WRITE:
//MODE_MEASURE:
//MODE_VERIFY:

This comment was marked as off-topic.

@lioncash
Copy link
Member

lioncash commented Dec 3, 2014

Every place that you've commented things out to use default will result in an enum warning.

@waddlesplash
Copy link
Contributor

LGTM

@@ -547,7 +547,7 @@ void TexDecoder_DecodeTexel(u8 *dst, const u8 *src, int s, int t, int imageWidth
colorSel = (colorSel >> rs) & 3;
colorSel |= c1 > c2?0:4;

u32 color = 0;

This comment was marked as off-topic.

This comment was marked as off-topic.

This comment was marked as off-topic.

@skidau
Copy link
Contributor

skidau commented Dec 12, 2014

@dolphin-emu-bot rebuild

skidau added a commit that referenced this pull request Dec 13, 2014
Silence some -Wswitch-default warnings.
@skidau skidau merged commit d02eb3c into dolphin-emu:master Dec 13, 2014
@rohit-n rohit-n deleted the switch-default branch December 13, 2014 16:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants