* python/py-finishbreakpoint.c (bpfinishpy_init): gcc -Wall lint.
* python/python.c (gdbpy_find_pc_line): Ditto.
This commit is contained in:
parent
c4a9e8b4e3
commit
62d7fb5171
3 changed files with 8 additions and 2 deletions
|
@ -160,7 +160,8 @@ bpfinishpy_init (PyObject *self, PyObject *args, PyObject *kwargs)
|
|||
int type = bp_breakpoint;
|
||||
PyObject *frame_obj = NULL;
|
||||
int thread;
|
||||
struct frame_info *frame, *prev_frame = NULL;
|
||||
struct frame_info *frame = NULL; /* init for gcc -Wall */
|
||||
struct frame_info *prev_frame = NULL;
|
||||
struct frame_id frame_id;
|
||||
PyObject *internal = NULL;
|
||||
int internal_bp = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue