mirror of
https://github.com/yawut/SDL.git
synced 2026-04-24 23:37:09 -05:00
Fixed compiler warnings
Updated Visual C++ 2005 project
This commit is contained in:
parent
b570fa5712
commit
051f429e25
BIN
VisualC.zip
BIN
VisualC.zip
Binary file not shown.
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user