From 6c58ddae17f63cd14b10d9022baee2ca6346fad2 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Mon, 17 Jan 2005 00:40:29 +0000 Subject: [PATCH] fix a few warnings --- src/mesa/swrast/s_atifragshader.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/mesa/swrast/s_atifragshader.c b/src/mesa/swrast/s_atifragshader.c index da50643..d137b17 100644 --- a/src/mesa/swrast/s_atifragshader.c +++ b/src/mesa/swrast/s_atifragshader.c @@ -27,6 +27,7 @@ #include "macros.h" #include "program.h" +#include "s_atifragshader.h" #include "s_nvfragprog.h" #include "s_span.h" #include "s_texture.h" @@ -219,7 +220,7 @@ write_dst_addr(GLuint optype, GLuint mod, GLuint mask, GLfloat * src, dst[3] = src[3]; } -void +static void finish_pass(struct atifs_machine *machine) { GLint i; -- 2.7.4