summaryrefslogtreecommitdiff
path: root/gdb/ada-exp.y
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2011-02-28 04:33:24 +0000
committerJoel Brobecker <brobecker@gnat.com>2011-02-28 04:33:24 +0000
commitbf15b55fc96fcb532198008ed6b7c418baf9551a (patch)
tree99b6afbf30997a9350ca8e8ac10ee6f2305ee271 /gdb/ada-exp.y
parentf35e3245a84b118eed55accff8af8d0ccbc875d8 (diff)
downloadgdb-bf15b55fc96fcb532198008ed6b7c418baf9551a.tar.gz
add FALLTHROUGH comment in ada-exp.y:write_object_renaming
gdb/ChangeLog: From Michael Snyder <msnyder@vmware.com> * ada-exp.y (write_object_renaming): Add FALLTHROUGH comment.
Diffstat (limited to 'gdb/ada-exp.y')
-rw-r--r--gdb/ada-exp.y1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/ada-exp.y b/gdb/ada-exp.y
index e56b7bcb28b..e64d1eb4566 100644
--- a/gdb/ada-exp.y
+++ b/gdb/ada-exp.y
@@ -920,6 +920,7 @@ write_object_renaming (struct block *orig_left_context,
break;
case 'L':
slice_state = LOWER_BOUND;
+ /* FALLTHROUGH */
case 'S':
renaming_expr += 1;
if (isdigit (*renaming_expr))