* elf32-i386.c (elf_i386_finish_dynamic_sections): Add output_offset
[deliverable/binutils-gdb.git] / libiberty / splay-tree.c
index 3227ed3d3a603d0bfb76fa9ef8b70aa9eb5c4bd0..6f90fde05fba2892cafe3a4d1d1f2f800c3fb730 100644 (file)
@@ -234,7 +234,7 @@ splay_tree_xmalloc_allocate (size, data)
      int size;
      void *data ATTRIBUTE_UNUSED;
 {
-  return xmalloc (size);
+  return (void *) xmalloc (size);
 }
 
 static void
This page took 0.024109 seconds and 4 git commands to generate.