bitmap.c (bitmap_obstack_alloc_stat): Adjust cast to eliminate C++ warning about...
authorBen Elliston <bje@au.ibm.com>
Sun, 18 Jan 2009 08:51:56 +0000 (08:51 +0000)
committerBen Elliston <bje@gcc.gnu.org>
Sun, 18 Jan 2009 08:51:56 +0000 (19:51 +1100)
commitdba2cc0ce9134b5d3bb8a97d70ffe129beebf5a0
tree54101be3b55ac0fb1b7eff2d7fdd408135e837ef
parent3ab4dfd4062baf186aca3899d195a5c37ee6b2b5
bitmap.c (bitmap_obstack_alloc_stat): Adjust cast to eliminate C++ warning about implicit conversion from void * to...

* bitmap.c (bitmap_obstack_alloc_stat): Adjust cast to eliminate
C++ warning about implicit conversion from void * to struct
bitmap_head_def *.
(bitmap_obstack_free): Likewise for bitmap_element *.

From-SVN: r143480
gcc/ChangeLog
gcc/bitmap.c