diff options
author | Alan Hourihane <[email protected]> | 2004-12-08 14:00:46 +0000 |
---|---|---|
committer | Alan Hourihane <[email protected]> | 2004-12-08 14:00:46 +0000 |
commit | c63f3cf85d9719581262b4cf9d69789926879eba (patch) | |
tree | bbb4f21c9dcbd554bad384b62c479a53bcecfbb3 /src/mesa/main/vtxfmt.c | |
parent | 86356155018fce96ba3367fd1a48a18cd6db3c40 (diff) |
silence warnings
Diffstat (limited to 'src/mesa/main/vtxfmt.c')
-rw-r--r-- | src/mesa/main/vtxfmt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/vtxfmt.c b/src/mesa/main/vtxfmt.c index 3aaf7daa58b..1496fd1c00b 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 ); \ |