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

Core: Fix potentially uninitialized variable warnings #1427

Merged
merged 1 commit into from Nov 4, 2014

Conversation

lioncash
Copy link
Member

No description provided.

@@ -253,6 +253,7 @@ namespace JitInterface
}
default:
ERROR_LOG(POWERPC, "Unknown exception check type");
return;

This comment was marked as off-topic.

This comment was marked as off-topic.

comex added a commit that referenced this pull request Nov 4, 2014
Core: Fix potentially uninitialized variable warnings
@comex comex merged commit 5071041 into dolphin-emu:master Nov 4, 2014
@lioncash lioncash deleted the uninit branch November 4, 2014 03:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants