From 843e694d6a6dd64a1a3e95ba9f30bdeab8d1fcdb Mon Sep 17 00:00:00 2001 From: Anthony Green Date: Wed, 9 Jan 2013 21:51:18 +0000 Subject: Fixes for solaris compiler --- gdb/cp-abi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/cp-abi.c') diff --git a/gdb/cp-abi.c b/gdb/cp-abi.c index 37cf9c9..f2a96de 100644 --- a/gdb/cp-abi.c +++ b/gdb/cp-abi.c @@ -176,7 +176,7 @@ cplus_print_vtable (struct value *value) { if (current_cp_abi.print_vtable == NULL) error (_("GDB cannot print the vtable on this target")); - return (*current_cp_abi.print_vtable) (value); + (*current_cp_abi.print_vtable) (value); } int -- cgit v1.1