draw: silence some warnings
authorKeith Whitwell <keith@tungstengraphics.com>
Tue, 27 Jan 2009 11:15:42 +0000 (11:15 +0000)
committerKeith Whitwell <keithw@vmware.com>
Tue, 27 Jan 2009 11:16:32 +0000 (11:16 +0000)
src/gallium/auxiliary/draw/draw_vs_aos.c

index e0923a809eb7c92ea0ad0d7a5940631eccb3164d..6817f29c2a9007ff252f6d8b34b9011aaccb358e 100644 (file)
@@ -871,7 +871,7 @@ static void set_fpu_round_nearest( struct aos_compilation *cp )
    }
 }
 
-
+#if 0
 static void x87_emit_ex2( struct aos_compilation *cp )
 {
    struct x86_reg st0 = x86_make_reg(file_x87, 0);
@@ -894,12 +894,15 @@ static void x87_emit_ex2( struct aos_compilation *cp )
    assert( stack == cp->func->x87_stack);
       
 }
+#endif
 
+#if 0
 static void PIPE_CDECL print_reg( const char *msg,
                                   const float *reg )
 {
    debug_printf("%s: %f %f %f %f\n", msg, reg[0], reg[1], reg[2], reg[3]);
 }
+#endif
 
 #if 0
 static void emit_print( struct aos_compilation *cp,