Add missing "const" all over the place.
Only "./configure --enable-gpl" on x86 was tested. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
This commit is contained in:
parent
be4aac302b
commit
d9e2aceb7f
32 changed files with 57 additions and 57 deletions
|
@ -164,7 +164,7 @@ typedef struct OpenGLVertexInfo
|
|||
} OpenGLVertexInfo;
|
||||
|
||||
/* defines 2 triangles to display */
|
||||
static GLushort g_index[6] =
|
||||
static const GLushort g_index[6] =
|
||||
{
|
||||
0, 1, 2,
|
||||
0, 3, 2,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue