i965: warning fix
authorEric Anholt <eric@anholt.net>
Tue, 4 Aug 2009 22:29:00 +0000 (15:29 -0700)
committerEric Anholt <eric@anholt.net>
Tue, 4 Aug 2009 22:32:17 +0000 (15:32 -0700)
src/mesa/drivers/dri/i965/brw_gs_emit.c

index 980eac7..a9b2aa2 100644 (file)
@@ -101,7 +101,7 @@ static void brw_gs_emit_vue(struct brw_gs_compile *c,
                 BRW_URB_SWIZZLE_NONE);
 }
 
-void brw_gs_ff_sync(struct brw_gs_compile *c, int num_prim)
+static void brw_gs_ff_sync(struct brw_gs_compile *c, int num_prim)
 {
        struct brw_compile *p = &c->func;
        brw_MOV(p, get_element_ud(c->reg.R0, 1), brw_imm_ud(num_prim));