* blockframe.c (generic_get_saved_regs): Remove unused variable
authorJeff Law <law@redhat.com>
Mon, 10 Feb 1997 23:15:37 +0000 (23:15 +0000)
committerJeff Law <law@redhat.com>
Mon, 10 Feb 1997 23:15:37 +0000 (23:15 +0000)
commitefaf2b5892b8ad09a93e0551e183543e5bd18082
tree97bbbad4cd022c4f0e0dc81cb77be881c7482ed3
parent66e7ce0addc1ddb847c86c9280363aac7cb72795
    * blockframe.c (generic_get_saved_regs): Remove unused variable
        "addr".
        * breakpoint.c (frame_in_dummy): Move struct breakpoint *b decl
        inside #ifdef CALL_DUMMY.
        (watch_command_1): Initialize target_resources_ok.
        * command.c (do_setshow_command): Provide dummy initialization
        for "match".
        * valops.c (find_function_addr): Move function & prototype inside
        #ifdef CALL_DUMMY.
        (value_arg_coerce): Similarly.
        (value_of_variable): Provide dummy initialization of "frame".
Lint.
gdb/ChangeLog
gdb/command.c