Trying to build on Mac (10.14.4) and keep getting short on obstack.h
I've modified the makefile to include one (from another mac ports) - but I'm now failing on this error:
Making all in util
CC obstack.lo
obstack.c:301:5: error: arithmetic on a null pointer treated as a cast from integer to pointer is a GNU extension [-Werror,-Wnull-pointer-arithmetic]
__INT_TO_PTR ((__PTR_TO_INT (new_chunk->contents) + h->alignment_mask)
I can try and disable the warning, but is it safe?
Trying to build on Mac (10.14.4) and keep getting short on
obstack.hI've modified the makefile to include one (from another mac ports) - but I'm now failing on this error:
I can try and disable the warning, but is it safe?