From c63f3cf85d9719581262b4cf9d69789926879eba Mon Sep 17 00:00:00 2001 From: Alan Hourihane Date: Wed, 8 Dec 2004 14:00:46 +0000 Subject: silence warnings --- src/mesa/main/vtxfmt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mesa/main/vtxfmt.c') 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 ); \ -- cgit v1.2.3