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

DSPAnalyzer: Fix two clang warnings about sign mismatched types #4580

Merged
merged 1 commit into from Dec 29, 2016

Conversation

lioncash
Copy link
Member

[10:05] <flacs> Lioncash: you introduced two clang warnings in a8459fc
[10:06] <flacs> by replacing a #define with a size_t variable you made it unsigned, but it's being compared to a signed value
[10:07] <flacs> (NUM_IDLE_SIGS and MAX_IDLE_SIG_SIZE)

@degasus degasus merged commit f499145 into dolphin-emu:master Dec 29, 2016
@lioncash lioncash deleted the warn branch December 29, 2016 23:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants