summaryrefslogtreecommitdiff
path: root/gdb/amd64-windows-nat.c
diff options
context:
space:
mode:
authorPierre Muller <muller@sourceware.org>2012-03-16 10:54:39 +0000
committerPierre Muller <muller@sourceware.org>2012-03-16 10:54:39 +0000
commit3d3546540f5462a49377536a249ed47dabf218f6 (patch)
tree7b1686618eac71b488e02284db58526f24dcbaeb /gdb/amd64-windows-nat.c
parentcafe75b06b2346a00c5a53dedec28e83c11c3a6a (diff)
* amd64-windows-nat.c (_initialize_amd64_windows_nat):
Add missing prototype.
Diffstat (limited to 'gdb/amd64-windows-nat.c')
-rw-r--r--gdb/amd64-windows-nat.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/amd64-windows-nat.c b/gdb/amd64-windows-nat.c
index 49119d10fa..bc2c0475eb 100644
--- a/gdb/amd64-windows-nat.c
+++ b/gdb/amd64-windows-nat.c
@@ -85,6 +85,9 @@ static const int mappings[] =
};
#undef context_offset
+/* -Wmissing-prototypes */
+extern initialize_file_ftype _initialize_amd64_windows_nat;
+
void
_initialize_amd64_windows_nat (void)
{