mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-05-31 18:20:12 +08:00
* source.c (openp): Squelch warning about "filename".
This commit is contained in:
@ -687,7 +687,10 @@ openp (const char *path, int try_cwd_first, const char *string,
|
||||
goto done;
|
||||
}
|
||||
else
|
||||
fd = -1;
|
||||
{
|
||||
filename = NULL;
|
||||
fd = -1;
|
||||
}
|
||||
|
||||
for (i = 0; string[i]; i++)
|
||||
if (IS_DIR_SEPARATOR (string[i]))
|
||||
|
Reference in New Issue
Block a user