summaryrefslogtreecommitdiff
path: root/gdb/amd64-windows-nat.c
diff options
context:
space:
mode:
authorPierre Muller <muller@ics.u-strasbg.fr>2012-03-16 10:54:38 +0000
committerPierre Muller <muller@ics.u-strasbg.fr>2012-03-16 10:54:38 +0000
commitcc89c790f5fe692768ba246325c71b7e58f496f6 (patch)
treec9c00e055c7c68ec7532b5680a0656358117e7d5 /gdb/amd64-windows-nat.c
parentcf56649757d05c7bbe2f76d9fcadfdee65b99c7d (diff)
downloadgdb-cc89c790f5fe692768ba246325c71b7e58f496f6.tar.gz
* 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 49119d10fa3..bc2c0475ebc 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)
{