mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 17:30:12 +01:00
Fix a few compiler warnings
This commit is contained in:
parent
f445aaa67a
commit
6c2098ffd4
2 changed files with 2 additions and 1 deletions
|
|
@ -92,7 +92,6 @@ main(int argc, char *argv[])
|
|||
EGLContext ctx;
|
||||
EGLSurface pbuffer;
|
||||
EGLConfig configs[10];
|
||||
EGLint numConfigs, i;
|
||||
EGLBoolean b;
|
||||
const EGLint pbufAttribs[] = {
|
||||
EGL_WIDTH, 500,
|
||||
|
|
|
|||
|
|
@ -56,6 +56,7 @@ static void Reshape(int width, int height)
|
|||
windH = (GLint)height;
|
||||
}
|
||||
|
||||
#if 0
|
||||
static void RotateColorMask(void)
|
||||
{
|
||||
static GLint rotation = 0;
|
||||
|
|
@ -80,6 +81,7 @@ static void RotateColorMask(void)
|
|||
break;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
static void Viewport(GLint row, GLint column)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue