Add virtual destructor to tui_layout_base
[deliverable/binutils-gdb.git] / gdb / d-valprint.c
index e2d84313627bcb99000992a0ea45f363e3e57c4d..54652364a8f3960549ace19bedb5959b982d9f75 100644 (file)
@@ -1,6 +1,6 @@
 /* Support for printing D values for GDB, the GNU debugger.
 
-   Copyright (C) 2008-2018 Free Software Foundation, Inc.
+   Copyright (C) 2008-2019 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -88,6 +88,7 @@ d_val_print (struct type *type, int embedded_offset,
                                  stream, recurse, val, options);
        if (ret == 0)
          break;
+       /* Fall through.  */
       default:
        c_val_print (type, embedded_offset, address, stream,
                     recurse, val, options);
This page took 0.050866 seconds and 4 git commands to generate.