mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 06:48:06 +02:00
Move 'static' to start of declaration to silence compiler warning
This commit is contained in:
parent
12982e381d
commit
b1616b2a81
1 changed files with 1 additions and 1 deletions
|
|
@ -3121,7 +3121,7 @@ _mesa_texstore_sla8(TEXSTORE_PARAMS)
|
|||
* Table mapping MESA_FORMAT_8 to _mesa_texstore_*()
|
||||
* XXX this is somewhat temporary.
|
||||
*/
|
||||
const static struct {
|
||||
static const struct {
|
||||
gl_format Name;
|
||||
StoreTexImageFunc Store;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue