diff --git a/gdb/symtab.c b/gdb/symtab.c index 1ef92a8..d51c7aa 100644 --- a/gdb/symtab.c +++ b/gdb/symtab.c @@ -2361,7 +2361,7 @@ find_pc_line (CORE_ADDR pc, int notcurrent) struct symtab * find_line_symtab (struct symtab *symtab, int line, int *index, int *exact_match) { - int exact; + int exact = 0; /* Initialized here to avoid a compiler warning. */ /* BEST_INDEX and BEST_LINETABLE identify the smallest linenumber > LINE so far seen. */