wined3d: Avoid a GCC 8 warning.

Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 3724e9c4ab)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
oldstable
Matteo Bruni 2019-05-13 20:34:17 +02:00 committed by Michael Stefaniuc
parent 963ec4699f
commit c203334c05
1 changed files with 1 additions and 1 deletions

View File

@ -226,7 +226,7 @@ struct recorded_instruction
struct shader_arb_ctx_priv
{
char addr_reg[20];
char addr_reg[50];
enum
{
/* plain GL_ARB_vertex_program or GL_ARB_fragment_program */