mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-28 20:30:25 +01:00
svga: Silence uninitialized variable warning.
This commit is contained in:
parent
558c15995f
commit
7e64701263
1 changed files with 1 additions and 0 deletions
|
|
@ -525,6 +525,7 @@ static boolean emit_def_const( struct svga_shader_emitter *emit,
|
|||
break;
|
||||
default:
|
||||
assert(0);
|
||||
opcode = inst_token( SVGA3DOP_NOP );
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue