aboutsummaryrefslogtreecommitdiff
path: root/gdb/breakpoint.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2000-03-29 00:51:17 +0000
committerAndrew Cagney <cagney@redhat.com>2000-03-29 00:51:17 +0000
commit80ce1ecb70abc7e20c1e7b6db8f2ead5c603be30 (patch)
tree34d6bfef9efa09f4b843220ee837359390a2c15a /gdb/breakpoint.c
parent692590c19f459c379c6e13f83448ad5d11ebf1ed (diff)
downloadgdb-80ce1ecb70abc7e20c1e7b6db8f2ead5c603be30.zip
gdb-80ce1ecb70abc7e20c1e7b6db8f2ead5c603be30.tar.gz
gdb-80ce1ecb70abc7e20c1e7b6db8f2ead5c603be30.tar.bz2
Fix various GCC warnings.
Diffstat (limited to 'gdb/breakpoint.c')
-rw-r--r--gdb/breakpoint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c
index 768a67f..1efa23b 100644
--- a/gdb/breakpoint.c
+++ b/gdb/breakpoint.c
@@ -1096,7 +1096,7 @@ remove_breakpoints ()
}
int
-remove_hw_watchpoints ()
+remove_hw_watchpoints (void)
{
register struct breakpoint *b;
int val;