diff options
| author | Keith Whitwell <keithw@vmware.com> | 2009-09-24 16:44:58 +0100 | 
|---|---|---|
| committer | Keith Whitwell <keithw@vmware.com> | 2009-09-24 16:44:58 +0100 | 
| commit | cd362334adfee077faa3b7cb4e0d7994d5a5cf56 (patch) | |
| tree | 2e553d3851488e8b8f28177364fcfeb36c2293c9 /src | |
| parent | 6e0b56edf89dcfbff0b007d27eb09dee2160ec28 (diff) | |
draw: fix warning
Diffstat (limited to 'src')
| -rw-r--r-- | src/gallium/auxiliary/draw/draw_pt_post_vs.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/gallium/auxiliary/draw/draw_pt_post_vs.c b/src/gallium/auxiliary/draw/draw_pt_post_vs.c index 00d7197b13..e25f16c354 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]; | 
