Yet more signed overflow fixes
[deliverable/binutils-gdb.git] / gdb / d-valprint.c
index 109b54f114b381cf14bbf0f8ea73f6c39b25aa11..54652364a8f3960549ace19bedb5959b982d9f75 100644 (file)
@@ -1,6 +1,6 @@
 /* Support for printing D values for GDB, the GNU debugger.
 
-   Copyright (C) 2008-2016 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.0255 seconds and 4 git commands to generate.