From f94e259d8e4d9cd393fde1febf09db3ee99d7867 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Fri, 21 May 2010 09:27:03 -0600 Subject: [PATCH] gallium/rtasm: add function prototype to silence warning --- src/gallium/auxiliary/rtasm/rtasm_x86sse.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gallium/auxiliary/rtasm/rtasm_x86sse.c b/src/gallium/auxiliary/rtasm/rtasm_x86sse.c index f675427d987..a5ff5367a91 100644 --- a/src/gallium/auxiliary/rtasm/rtasm_x86sse.c +++ b/src/gallium/auxiliary/rtasm/rtasm_x86sse.c @@ -1757,6 +1757,8 @@ void (*x86_get_func( struct x86_function *p ))(void) #else +void x86sse_dummy( void ); + void x86sse_dummy( void ) { }