draw: Add inline keyword to inline function.
authorJosé Fonseca <jfonseca@vmware.com>
Tue, 29 Jun 2010 13:30:44 +0000 (14:30 +0100)
committerJosé Fonseca <jfonseca@vmware.com>
Tue, 29 Jun 2010 13:30:44 +0000 (14:30 +0100)
Otherwise gcc will warn about unusued functions.

src/gallium/auxiliary/draw/draw_llvm.h

index c98d7fb..1ef009b 100644 (file)
@@ -193,7 +193,7 @@ struct draw_llvm {
    LLVMTypeRef vb_ptr_type;
 };
 
-static struct llvm_vertex_shader *
+static INLINE struct llvm_vertex_shader *
 llvm_vertex_shader(struct draw_vertex_shader *vs)
 {
    return (struct llvm_vertex_shader *)vs;