Fix some warnings.

svn path=/trunk/; revision=10159
This commit is contained in:
Gregor Anich 2004-07-16 23:21:04 +00:00
parent 89746fb06e
commit a535f99338

View file

@ -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;
}