mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-05 21:50:21 +08:00
* dbxread.c (read_dbx_symtab): Avoid compiler warnings for
sym_name. * infcall.c (find_function_addr): Avoid compiler warnings for funaddr.
This commit is contained in:
@ -243,6 +243,7 @@ find_function_addr (struct value *function, struct type **retval_type)
|
||||
{
|
||||
/* Handle function descriptors lacking debug info. */
|
||||
int found_descriptor = 0;
|
||||
funaddr = 0; /* pacify "gcc -Werror" */
|
||||
if (VALUE_LVAL (function) == lval_memory)
|
||||
{
|
||||
CORE_ADDR nfunaddr;
|
||||
|
Reference in New Issue
Block a user