Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix 4 warnings on OSX
  • Loading branch information
Sonicadvance1 committed Dec 30, 2012
1 parent ff3b22e commit 64afbad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Source/Core/DolphinWX/Src/GLInterface/WX.cpp
Expand Up @@ -50,6 +50,7 @@ bool cInterfaceWX::Create(void *&window_handle)
GLWin.glCanvas->Show(true);
if (GLWin.glCtxt == NULL) // XXX dirty hack
GLWin.glCtxt = new wxGLContext(GLWin.glCanvas);
return true;
}

bool cInterfaceWX::MakeCurrent()
Expand Down
2 changes: 1 addition & 1 deletion Source/Plugins/Plugin_VideoSoftware/Src/EfbInterface.cpp
Expand Up @@ -355,7 +355,7 @@ namespace EfbInterface
dstClr = (~srcClr) & dstClr;
break;
case 5: // noop
dstClr = dstClr;
// Do nothing
break;
case 6: // xor
dstClr = srcClr ^ dstClr;
Expand Down

0 comments on commit 64afbad

Please sign in to comment.