Fixes for solaris compiler
[deliverable/binutils-gdb.git] / gdb / cp-abi.c
index 37cf9c9e4fd813b6466e8425a15245666201bf89..f2a96deda64765a228e122181ef46401641ed7d0 100644 (file)
@@ -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
This page took 0.023465 seconds and 4 git commands to generate.