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 warnings #4027

Merged
merged 1 commit into from Jul 18, 2016
Merged

Fix warnings #4027

merged 1 commit into from Jul 18, 2016

Conversation

leoetlino
Copy link
Member

@leoetlino leoetlino commented Jul 18, 2016

This fixes warnings in:

  • Source/Core/InputCommon/ControllerEmu.h: avoid shadowing other
    variables (my fault, sorry)
  • Source/Core/Core/IPC_HLE/WII_IPC_HLE.h: missing declaration

This change is Reviewable

@@ -58,6 +58,7 @@ void SetDefaultContentFile(const std::string& _rFilename);
void ES_DIVerify(const std::vector<u8>& tmd);

void SDIO_EventNotify();
void SDIO_EventNotify_CPUThread(u64 userdata, s64 cycles_late);

This comment was marked as off-topic.

This comment was marked as off-topic.

This fixes warnings in:
- Source/Core/InputCommon/ControllerEmu.h: avoid shadowing other
  variables (my fault)
- Source/Core/Core/IPC_HLE/WII_IPC_HLE.h: made
  SDIO_EventNotify_CPUThread static as it's not used anywhere else
@delroth delroth merged commit 01e99b8 into dolphin-emu:master Jul 18, 2016
@leoetlino leoetlino deleted the fix-warnings branch July 19, 2016 08:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants