aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbtypes.c
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1992-04-02 10:35:19 +0000
committerJohn Gilmore <gnu@cygnus>1992-04-02 10:35:19 +0000
commitac88ca205c0d1cb48943550d41a6400b4e556271 (patch)
tree0b23ecb6a51897374da059120d8bc0084c184eeb /gdb/gdbtypes.c
parentadf5061ceb7101a850eca4ec11aa0882c1847de0 (diff)
downloadgdb-ac88ca205c0d1cb48943550d41a6400b4e556271.zip
gdb-ac88ca205c0d1cb48943550d41a6400b4e556271.tar.gz
gdb-ac88ca205c0d1cb48943550d41a6400b4e556271.tar.bz2
Lint.
* symfile.c (add_symbol_file_command): Initialize mapped/readnow.
Diffstat (limited to 'gdb/gdbtypes.c')
-rw-r--r--gdb/gdbtypes.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/gdbtypes.c b/gdb/gdbtypes.c
index 788fda8..19dd66a 100644
--- a/gdb/gdbtypes.c
+++ b/gdb/gdbtypes.c
@@ -317,6 +317,8 @@ type_name_no_tag (type)
name += 5;
}
break;
+ default: /* To avoid -Wall warnings */
+ break;
}
}
return (name);