diff options
Diffstat (limited to 'gdb/symfile.c')
-rw-r--r-- | gdb/symfile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/symfile.c b/gdb/symfile.c index c5af186..09aa70b 100644 --- a/gdb/symfile.c +++ b/gdb/symfile.c @@ -3043,7 +3043,7 @@ section_is_mapped (struct obj_section *osect) if (osect->ovly_mapped == -1) gdbarch_overlay_update (gdbarch, osect); } - /* fall thru */ + [[fallthrough]]; case ovly_on: /* overlay debugging manual */ return osect->ovly_mapped == 1; } |