From 11a19866f6e425d23f0a1dd404ae836b3c9f190b Mon Sep 17 00:00:00 2001 From: michal Date: Fri, 26 Oct 2007 17:14:29 +0100 Subject: Silence compiler warnings. --- src/mesa/pipe/draw/draw_context.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mesa/pipe') diff --git a/src/mesa/pipe/draw/draw_context.c b/src/mesa/pipe/draw/draw_context.c index 544c423c2d..61f9e4909b 100644 --- a/src/mesa/pipe/draw/draw_context.c +++ b/src/mesa/pipe/draw/draw_context.c @@ -253,7 +253,7 @@ void draw_free_tmps( struct draw_stage *stage ) boolean draw_use_sse(struct draw_context *draw) { - return draw->use_sse; + return (boolean) draw->use_sse; } -- cgit v1.2.3