mirror of
https://github.com/holub/mame
synced 2025-06-05 20:33:45 +03:00
Fix GCC warning.
This commit is contained in:
parent
b40a4f5531
commit
eec9dab98d
@ -532,7 +532,7 @@ static EXPRERR parse_memory_operator(parsed_expression *expr, int offset, const
|
||||
dot = strrchr(buffer, '.');
|
||||
if (dot != NULL)
|
||||
{
|
||||
UINT16 index;
|
||||
UINT16 index = 0;
|
||||
|
||||
namestring = add_expression_string(expr, buffer, dot - buffer, &index);
|
||||
if (namestring == NULL)
|
||||
|
Loading…
Reference in New Issue
Block a user