Fixed compiler warnings

Updated Visual C++ 2005 project

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401975
This commit is contained in:
Sam Lantinga 2006-07-23 00:55:25 +00:00
parent 74b85ef7fe
commit d4e887aa04
3 changed files with 1 additions and 3 deletions

Binary file not shown.

View File

@ -408,8 +408,6 @@ SW_RenderFill(SDL_Renderer * renderer, const SDL_Rect * rect, Uint32 color)
{
SW_RenderData *data = (SW_RenderData *) renderer->driverdata;
Uint8 r, g, b, a;
void *pixels;
int pitch;
SDL_Rect real_rect;
int status;

View File

@ -2288,7 +2288,7 @@ SDL_GL_SwapWindow(SDL_WindowID windowID)
SDL_SetError("The specified window isn't an OpenGL window");
return;
}
return _this->GL_SwapWindow(_this, window);
_this->GL_SwapWindow(_this, window);
}
void