diff options
Diffstat (limited to 'gdb/printcmd.c')
-rw-r--r-- | gdb/printcmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/printcmd.c b/gdb/printcmd.c index 98f38b2..27a4eb3 100644 --- a/gdb/printcmd.c +++ b/gdb/printcmd.c @@ -482,7 +482,7 @@ print_scalar_formatted (const gdb_byte *valaddr, struct type *type, byte_order); break; } - /* FALLTHROUGH */ + [[fallthrough]]; case 'f': print_floating (valaddr, type, stream); break; |