aboutsummaryrefslogtreecommitdiff
path: root/gdb/ada-exp.y
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/ada-exp.y')
-rw-r--r--gdb/ada-exp.y3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/ada-exp.y b/gdb/ada-exp.y
index b71be36..243b152 100644
--- a/gdb/ada-exp.y
+++ b/gdb/ada-exp.y
@@ -1520,6 +1520,9 @@ type_system_address (void)
return type != NULL ? type : parse_type->builtin_data_ptr;
}
+/* Provide a prototype to silence -Wmissing-prototypes. */
+extern initialize_file_ftype _initialize_ada_exp;
+
void
_initialize_ada_exp (void)
{