mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-10 16:50:13 +01:00
gallium/rtasm: add function prototype to silence warning
This commit is contained in:
parent
533b766383
commit
f94e259d8e
1 changed files with 2 additions and 0 deletions
|
|
@ -1757,6 +1757,8 @@ void (*x86_get_func( struct x86_function *p ))(void)
|
|||
|
||||
#else
|
||||
|
||||
void x86sse_dummy( void );
|
||||
|
||||
void x86sse_dummy( void )
|
||||
{
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue