projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
12982e3
)
Move 'static' to start of declaration to silence compiler warning
author
Ian Romanick
<ian.d.romanick@intel.com>
Mon, 16 Nov 2009 22:56:17 +0000
(14:56 -0800)
committer
Ian Romanick
<ian.d.romanick@intel.com>
Mon, 16 Nov 2009 23:23:16 +0000
(15:23 -0800)
src/mesa/main/texstore.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/texstore.c
b/src/mesa/main/texstore.c
index f43e216bc5357663c5fa754200a86be77b48be99..7cf32877139ca2dd16a2e12b5068625caae13239 100644
(file)
--- a/
src/mesa/main/texstore.c
+++ b/
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;
}