mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-04 22:10:11 +01:00
mesa: silence compiler warning
This commit is contained in:
parent
f379e7df4b
commit
8b3bf9c299
1 changed files with 3 additions and 1 deletions
|
|
@ -1757,8 +1757,10 @@ find_value(const char *func, GLenum pname, void **p, union value *v)
|
|||
default:
|
||||
assert(0);
|
||||
break;
|
||||
|
||||
}
|
||||
|
||||
/* silence warning */
|
||||
return &error_value;
|
||||
}
|
||||
|
||||
static const int transpose[] = {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue