mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-26 02:00:12 +01:00
glsl: Silence gcc warning "control reaches end of non-void function".
This commit is contained in:
parent
19acfa42ed
commit
4b1721eaf3
1 changed files with 1 additions and 1 deletions
|
|
@ -335,7 +335,7 @@ ir_constant::clone(void *mem_ctx, struct hash_table *ht) const
|
|||
}
|
||||
|
||||
default:
|
||||
assert(!"Should not get here."); break;
|
||||
assert(!"Should not get here.");
|
||||
return NULL;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue