* breakpoint.c, buildsym.c, c-exp.y, coffread.c, command.c,
[deliverable/binutils-gdb.git] / gdb / cplus-dem.c
index 69f0b290371c377582205a9140839493d12a01a6..911e1b2c731950fdbb47ffe9668e4685a5184b28 100644 (file)
@@ -343,7 +343,7 @@ cplus_demangle (mangled, options)
 
   if ((mangled != NULL) && (*mangled != '\0'))
     {
-      (void) memset ((char *) work, 0, sizeof (work));
+      memset ((char *) work, 0, sizeof (work));
       work -> options = options;
       
       string_init (&decl);
This page took 0.027394 seconds and 4 git commands to generate.