gcc -Wall lint:

* thread.c: Include "gdbcmd.h" and <ctype.h>.
	* Makefile.in: Update dependency.
	* thread.c (thread_command): Remove unused variable p.
	* values.c (unpack_double): Use len instead of TYPE_LENGTH (type).
	* valprint.c (print_floating): Correctly check sign bit now that
	we are using unsigned arithmetic.
	* symtab.c (find_pc_line_range): Remove unused variables exact_match,
	ind, and l.
This commit is contained in:
Jim Kingdon
1993-11-10 15:58:48 +00:00
parent 27ed24c364
commit 89ce0c8f50
5 changed files with 26 additions and 13 deletions

View File

@@ -1284,9 +1284,6 @@ find_line_pc_range (sal, startptr, endptr)
struct symtab_and_line sal;
CORE_ADDR *startptr, *endptr;
{
struct linetable *l;
int ind;
int exact_match; /* did we get an exact linenumber match */
CORE_ADDR startaddr;
struct symtab_and_line found_sal;