aboutsummaryrefslogtreecommitdiff
path: root/gdb/c-typeprint.c
diff options
context:
space:
mode:
authorK. Richard Pixley <rich@cygnus>1993-09-08 21:23:41 +0000
committerK. Richard Pixley <rich@cygnus>1993-09-08 21:23:41 +0000
commit72cd0384f2eb86970fa0b0415571c23867e5940d (patch)
tree5539f0cb33ac83d25ed7af96264f81f0e1aa266d /gdb/c-typeprint.c
parent6406a867406328c074e0991ab96f0e6a7ff3a727 (diff)
downloadgdb-72cd0384f2eb86970fa0b0415571c23867e5940d.zip
gdb-72cd0384f2eb86970fa0b0415571c23867e5940d.tar.gz
gdb-72cd0384f2eb86970fa0b0415571c23867e5940d.tar.bz2
gcc lint
Diffstat (limited to 'gdb/c-typeprint.c')
-rw-r--r--gdb/c-typeprint.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/c-typeprint.c b/gdb/c-typeprint.c
index 31cb0c4..c51e607 100644
--- a/gdb/c-typeprint.c
+++ b/gdb/c-typeprint.c
@@ -306,6 +306,7 @@ c_type_print_varspec_prefix (type, stream, show, passed_a_ptr)
case TYPE_CODE_SET:
case TYPE_CODE_RANGE:
case TYPE_CODE_STRING:
+ case TYPE_CODE_BITSTRING:
/* These types need no prefix. They are listed here so that
gcc -Wall will reveal any types that haven't been handled. */
break;
@@ -429,6 +430,7 @@ c_type_print_varspec_suffix (type, stream, show, passed_a_ptr, demangled_args)
case TYPE_CODE_SET:
case TYPE_CODE_RANGE:
case TYPE_CODE_STRING:
+ case TYPE_CODE_BITSTRING:
/* These types do not need a suffix. They are listed so that
gcc -Wall will report types that may not have been considered. */
break;