translate: Avoid unused variable warning.
This commit is contained in:
@@ -42,6 +42,8 @@ struct translate *translate_create( const struct translate_key *key )
|
||||
translate = translate_sse2_create( key );
|
||||
if (translate)
|
||||
return translate;
|
||||
#else
|
||||
(void)translate;
|
||||
#endif
|
||||
|
||||
return translate_generic_create( key );
|
||||
|
||||
Reference in New Issue
Block a user