mirror of
https://github.com/reactos/reactos.git
synced 2025-01-04 21:38:43 +00:00
Fix some warnings.
svn path=/trunk/; revision=10159
This commit is contained in:
parent
89746fb06e
commit
a535f99338
1 changed files with 2 additions and 1 deletions
|
@ -399,7 +399,7 @@ static void clear_color( GLcontext* ctx, const GLfloat color[4] )
|
|||
* Otherwise, we let swrast do it.
|
||||
*/
|
||||
|
||||
static clear(GLcontext* ctx, GLbitfield mask,
|
||||
static void clear(GLcontext* ctx, GLbitfield mask,
|
||||
GLboolean all, GLint x, GLint y, GLint width, GLint height)
|
||||
{
|
||||
const GLuint *colorMask = (GLuint *) &ctx->Color.ColorMask;
|
||||
|
@ -665,6 +665,7 @@ static void fast_flat_rgb_line( GLcontext* ctx, GLuint v0,
|
|||
|
||||
static line_func choose_line_function( GLcontext* ctx )
|
||||
{
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue