Module: Mesa Branch: 7.8 Commit: f94e259d8e4d9cd393fde1febf09db3ee99d7867 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f94e259d8e4d9cd393fde1febf09db3ee99d7867
Author: Brian Paul <[email protected]> Date: Fri May 21 09:27:03 2010 -0600 gallium/rtasm: add function prototype to silence warning --- src/gallium/auxiliary/rtasm/rtasm_x86sse.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/gallium/auxiliary/rtasm/rtasm_x86sse.c b/src/gallium/auxiliary/rtasm/rtasm_x86sse.c index f675427..a5ff536 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 ) { } _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
