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>
stable
Matteo Bruni 2019-05-13 20:34:17 +02:00 committed by Alexandre Julliard
parent ce09e564d7
commit 3724e9c4ab
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 */