mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 20:59:54 +00:00
winegcc: Fix a compiler warning on PC-BSD.
This commit is contained in:
parent
a01ba78546
commit
0aebd4f300
@ -284,7 +284,7 @@ static char* get_temp_file(const char* prefix, const char* suffix)
|
||||
|
||||
static const strarray* get_translator(struct options *opts)
|
||||
{
|
||||
const char *str;
|
||||
const char *str = NULL;
|
||||
strarray *ret;
|
||||
|
||||
switch(opts->processor)
|
||||
|
Loading…
Reference in New Issue
Block a user