mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 04:38:03 +02:00
r300g: Fix uninitialized variable warnings in error path.
This commit is contained in:
parent
84178547df
commit
2412188453
1 changed files with 2 additions and 0 deletions
|
|
@ -512,6 +512,8 @@ void r300_emit_rs_state(struct r300_context* r300, unsigned size, void* state)
|
|||
break;
|
||||
default:
|
||||
debug_printf("r300: Bad number of multisamples!\n");
|
||||
mspos0 = 0;
|
||||
mspos1 = 0;
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue