瀏覽代碼

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

Loading…
取消
儲存