summaryrefslogtreecommitdiff
path: root/src/mesa/main/vtxfmt.c
diff options
context:
space:
mode:
authorAlan Hourihane <alanh@tungstengraphics.com>2004-12-08 14:00:46 +0000
committerAlan Hourihane <alanh@tungstengraphics.com>2004-12-08 14:00:46 +0000
commitc63f3cf85d9719581262b4cf9d69789926879eba (patch)
treebbb4f21c9dcbd554bad384b62c479a53bcecfbb3 /src/mesa/main/vtxfmt.c
parent86356155018fce96ba3367fd1a48a18cd6db3c40 (diff)
silence warnings
Diffstat (limited to 'src/mesa/main/vtxfmt.c')
-rw-r--r--src/mesa/main/vtxfmt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/vtxfmt.c b/src/mesa/main/vtxfmt.c
index 3aaf7daa58..1496fd1c00 100644
--- a/src/mesa/main/vtxfmt.c
+++ b/src/mesa/main/vtxfmt.c
@@ -49,7 +49,7 @@
{ \
GET_CURRENT_CONTEXT(ctx); \
struct gl_tnl_module *tnl = &(ctx->TnlModule); \
- typedef void (*func_ptr_t)(); \
+ typedef void (*func_ptr_t)(void); \
\
ASSERT( tnl->Current ); \
ASSERT( tnl->SwapCount < NUM_VERTEX_FORMAT_ENTRIES ); \