From 70976b65519d4f91bb0345335d7419f2f69eec8c Mon Sep 17 00:00:00 2001 From: Yao Qi Date: Tue, 31 Jul 2012 06:16:09 +0000 Subject: gdb/ * go32-nat.c: Declare _initialize_go32_nat. * ser-go32.c: Declare _initialize_ser_dos. * top.c (do_chdir_cleanup): Add 'static'. --- gdb/ser-go32.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gdb/ser-go32.c') diff --git a/gdb/ser-go32.c b/gdb/ser-go32.c index ad01191..73f69c5 100644 --- a/gdb/ser-go32.c +++ b/gdb/ser-go32.c @@ -909,6 +909,8 @@ dos_info (char *arg, int from_tty) #endif } +/* -Wmissing-prototypes */ +extern initialize_file_ftype _initialize_ser_dos; void _initialize_ser_dos (void) -- cgit v1.1