mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 15:58:05 +02:00
llvmpipe: silence warning
This commit is contained in:
parent
a6171a9dd9
commit
17c560d1a4
1 changed files with 1 additions and 1 deletions
|
|
@ -999,7 +999,7 @@ llvmpipe_get_texture_image_all(struct llvmpipe_resource *lpr,
|
|||
{
|
||||
const int slices = lpr->num_slices_faces[level];
|
||||
int slice;
|
||||
void *map;
|
||||
void *map = NULL;
|
||||
|
||||
assert(slices > 0);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue