mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 17:40:49 +00:00
some gcc lint
This commit is contained in:
@@ -1195,7 +1195,7 @@ static void
|
||||
cashier_psymtab (pst)
|
||||
struct partial_symtab *pst;
|
||||
{
|
||||
struct partial_symtab *ps, *pprev;
|
||||
struct partial_symtab *ps, *pprev = NULL;
|
||||
int i;
|
||||
|
||||
/* Find its previous psymtab in the chain */
|
||||
|
||||
Reference in New Issue
Block a user