mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-21 20:10:14 +01:00
mesa: Silence gcc warning "control reaches end of non-void function".
This commit is contained in:
parent
325aa1b3cd
commit
19acfa42ed
1 changed files with 1 additions and 0 deletions
|
|
@ -526,6 +526,7 @@ type_size(const struct glsl_type *type)
|
|||
return 0;
|
||||
default:
|
||||
assert(0);
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue