Return scoped_fd from open_source_file and find_and_open_source
[deliverable/binutils-gdb.git] / gdb / d-valprint.c
index e2d84313627bcb99000992a0ea45f363e3e57c4d..579d3c8c9166ba233256ec125869df8f97563f95 100644 (file)
@@ -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.040342 seconds and 4 git commands to generate.