mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 02:28:10 +02: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:
|
default:
|
||||||
assert(0);
|
assert(0);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* silence warning */
|
||||||
|
return &error_value;
|
||||||
}
|
}
|
||||||
|
|
||||||
static const int transpose[] = {
|
static const int transpose[] = {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue