From: Keith Whitwell Date: Thu, 24 Sep 2009 15:44:58 +0000 (+0100) Subject: draw: fix warning X-Git-Tag: mesa-7.8~2720^2~184 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cd362334adfee077faa3b7cb4e0d7994d5a5cf56;p=platform%2Fupstream%2Fmesa.git draw: fix warning --- diff --git a/src/gallium/auxiliary/draw/draw_pt_post_vs.c b/src/gallium/auxiliary/draw/draw_pt_post_vs.c index 00d7197..e25f16c 100644 --- a/src/gallium/auxiliary/draw/draw_pt_post_vs.c +++ b/src/gallium/auxiliary/draw/draw_pt_post_vs.c @@ -104,7 +104,7 @@ static boolean post_vs_cliptest_viewport_gl( struct pt_post_vs *pvs, unsigned clipped = 0; unsigned j; - if (0) debug_printf("%s\n"); + if (0) debug_printf("%s\n", __FUNCTION__); for (j = 0; j < count; j++) { float *position = out->data[pos];