浏览代码

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

正在加载...
取消
保存