mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-05-24 02:37:23 +08:00
* python/py-finishbreakpoint.c (bpfinishpy_init): gcc -Wall lint.
* python/python.c (gdbpy_find_pc_line): Ditto.
This commit is contained in:
@ -740,7 +740,7 @@ gdbpy_find_pc_line (PyObject *self, PyObject *args)
|
||||
{
|
||||
gdb_py_ulongest pc_llu;
|
||||
volatile struct gdb_exception except;
|
||||
PyObject *result;
|
||||
PyObject *result = NULL; /* init for gcc -Wall */
|
||||
|
||||
if (!PyArg_ParseTuple (args, GDB_PY_LLU_ARG, &pc_llu))
|
||||
return NULL;
|
||||
|
Reference in New Issue
Block a user