From ba41b8afb1b40b967cf5c0e604bbf09793eb8fee Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Fri, 10 Nov 2000 17:45:15 +0000 Subject: minor changes to silence compiler warnings --- src/mesa/swrast/s_lines.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/mesa/swrast/s_lines.c') diff --git a/src/mesa/swrast/s_lines.c b/src/mesa/swrast/s_lines.c index feaf189d4d..c25a385175 100644 --- a/src/mesa/swrast/s_lines.c +++ b/src/mesa/swrast/s_lines.c @@ -1,4 +1,4 @@ -/* $Id: s_lines.c,v 1.3 2000/11/05 23:18:36 brianp Exp $ */ +/* $Id: s_lines.c,v 1.4 2000/11/10 17:45:16 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -912,6 +912,8 @@ static void flat_multitextured_line( GLcontext *ctx, #ifdef DEBUG +extern void +_mesa_print_line_function(GLcontext *ctx); /* silence compiler warning */ void _mesa_print_line_function(GLcontext *ctx) { -- cgit v1.2.3