* breakpoint.c, buildsym.c, c-exp.y, coffread.c, command.c,
[deliverable/binutils-gdb.git] / gdb / core.c
index 3c1e4bb94b461748784347d59c642479880c7a4a..9c7d27ea6a8fc367dfed62ad87c64e1ac4ec845f 100644 (file)
@@ -180,7 +180,7 @@ core_open (filename, from_tty)
 
     /* Add symbols and section mappings for any shared libraries */
 #ifdef SOLIB_ADD
-    (void) catch_errors (solib_add_stub, (char *)from_tty, (char *)0);
+    catch_errors (solib_add_stub, (char *)from_tty, (char *)0);
 #endif
 
     /* Now, set up the frame cache, and print the top of stack */
This page took 0.02812 seconds and 4 git commands to generate.