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 warnings on Linux related to the JIT #719

Merged
merged 1 commit into from Aug 2, 2014

Conversation

lioncash
Copy link
Member

@lioncash lioncash commented Aug 2, 2014

Prior to this, you'd have pretty large warning spam when compiling the JIT related files.

Changing FUNCTION_FOLLOWING_THRESHOLD to a u32 is fine, since it's only used in one place (which prior to this would have an equality comparison sign mismatch.

delroth added a commit that referenced this pull request Aug 2, 2014
Core: Fix warnings on Linux related to the JIT
@delroth delroth merged commit 1bb7c27 into dolphin-emu:master Aug 2, 2014
@lioncash lioncash deleted the warnings branch August 2, 2014 20:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants