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

Fix more warnings from #579 #609

Merged
merged 1 commit into from Aug 7, 2014
Merged

Conversation

Tilka
Copy link
Member

@Tilka Tilka commented Jul 13, 2014

No description provided.

@@ -20,32 +20,8 @@ void DSPHost::InterruptRequest() {}
void DSPHost::UpdateDebugger() {}

// This test goes from text ASM to binary to text ASM and once again back to binary.
// Then the two binaries are compared.
bool RoundTrip(const std::vector<u16> &code1)

This comment was marked as off-topic.

This comment was marked as off-topic.

@magcius
Copy link
Member

magcius commented Aug 7, 2014

Looks good to me. I fixed a few of these in my PR, but that's OK.

@Tilka
Copy link
Member Author

Tilka commented Aug 7, 2014

I decided to just keep RoundTrip() for now and only fix the warning about it not being static.

Also, until we come up with proper compatibility macros for printf'ing size_t values, I'm just using %z for this one because no one is going to complain about a MSVC warning in a file with tons of warnings :)

@lioncash
Copy link
Member

lioncash commented Aug 7, 2014

Looks good to me

lioncash added a commit that referenced this pull request Aug 7, 2014
@lioncash lioncash merged commit 601a406 into dolphin-emu:master Aug 7, 2014
@Tilka Tilka deleted the fix_warnings branch August 7, 2014 01:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
5 participants