From 93183693dce9f3878f8183ef680e75a6aa065cbe Mon Sep 17 00:00:00 2001 From: Samuel Pitoiset Date: Fri, 5 May 2017 11:21:46 +0200 Subject: [PATCH] rdeonsi: fix build with GCC 4.8 Signed-off-by: Samuel Pitoiset --- src/gallium/drivers/radeonsi/si_perfcounter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/drivers/radeonsi/si_perfcounter.c b/src/gallium/drivers/radeonsi/si_perfcounter.c index ad7b9b7ae4..fd28d1176e 100644 --- a/src/gallium/drivers/radeonsi/si_perfcounter.c +++ b/src/gallium/drivers/radeonsi/si_perfcounter.c @@ -302,7 +302,7 @@ static const struct si_pc_block_base cik_TCP = { .layout = SI_PC_MULTI_ALTERNATE, }; -static const struct si_pc_block_base cik_VGT = (const struct si_pc_block_base) { +static const struct si_pc_block_base cik_VGT = { .name = "VGT", .num_counters = 4, .flags = R600_PC_BLOCK_SE, -- 2.12.2