Silence obstack.c -Wc++compat warning
authorAlan Modra <amodra@gmail.com>
Mon, 9 Nov 2015 04:45:51 +0000 (15:15 +1030)
committerAlan Modra <amodra@gmail.com>
Mon, 9 Nov 2015 04:48:47 +0000 (15:18 +1030)
commit78d14d2b9325fb4d25034eccf5650ef967d19640
tree86ae5b484dc7c7fdc75fd559ef9522881e6d0500
parente9f40d7d68ecc03c8c32ec0acd07c35359fdb4a3
Silence obstack.c -Wc++compat warning

Fixes
warning: request for implicit conversion from ‘void *’ to ‘struct _obstack_chunk *’ not permitted in C++ [-Wc++-compat]

I moved the assignment to h->chunk to fix an overlong line, then
decided it would be better after the alloc failure check just to do
things the same way as in _obstack_newchunk.

* obstack.c (_obstack_newchunk): Silence -Wc++compat warning.
(_obstack_begin_worker): Likewise.  Move assignment to h->chunk
after alloc failure check.
libiberty/ChangeLog
libiberty/obstack.c
This page took 0.024858 seconds and 4 git commands to generate.