Переглянути джерело

Move 'static' to start of declaration to silence compiler warning

tags/mesa_7_7_rc1
Ian Romanick 16 роки тому
джерело
коміт
b1616b2a81
1 змінених файлів з 1 додано та 1 видалено
  1. 1
    1
      src/mesa/main/texstore.c

+ 1
- 1
src/mesa/main/texstore.c Переглянути файл

@@ -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;
}

Завантаження…
Відмінити
Зберегти