diff options
Diffstat (limited to 'gdb/d-lang.c')
-rw-r--r-- | gdb/d-lang.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/d-lang.c b/gdb/d-lang.c index 2fc5080..0fbc2fa 100644 --- a/gdb/d-lang.c +++ b/gdb/d-lang.c @@ -322,7 +322,7 @@ static struct gdbarch_data *d_type_data; const struct builtin_d_type * builtin_d_type (struct gdbarch *gdbarch) { - return gdbarch_data (gdbarch, d_type_data); + return (const struct builtin_d_type *) gdbarch_data (gdbarch, d_type_data); } /* Provide a prototype to silence -Wmissing-prototypes. */ |