mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-08 16:36:14 +00:00
intel_reg_dumper: Silence GCC for uninitialized clock
GCC 4.8.1 seems to think clock may be uninitialized. Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
This commit is contained in:
parent
7db283f930
commit
c42f344b78
@ -1573,7 +1573,7 @@ DEBUGSTRING(ilk_debug_pp_control)
|
||||
|
||||
DEBUGSTRING(hsw_debug_port_clk_sel)
|
||||
{
|
||||
const char *clock;
|
||||
const char *clock = NULL;
|
||||
|
||||
switch ((val >> 29 ) & 7) {
|
||||
case 0:
|
||||
|
Loading…
x
Reference in New Issue
Block a user