mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 06:58:05 +02:00
intel: silence uninitialized var warning
Reviewed-by: Chad Versace <chad@chad-versace.us>
This commit is contained in:
parent
23c6eb035b
commit
13b776ed51
1 changed files with 1 additions and 1 deletions
|
|
@ -881,7 +881,7 @@ decode_3d_1d(uint32_t *data, int count,
|
|||
int *failures)
|
||||
{
|
||||
unsigned int len, i, c, idx, word, map, sampler, instr;
|
||||
char *format, *zformat, *type;
|
||||
char *format = "", *zformat, *type;
|
||||
uint32_t opcode;
|
||||
|
||||
struct {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue