cosmos72/twin

ALIGN in shm.c redefined on FreeBSD

Closed this issue · 2 comments

shm.c:50:9: warning: 'ALIGN' macro redefined [-Wmacro-redefined]
#define ALIGN 15
^
/usr/include/machine/param.h:81:9: note: previous definition is here
#define ALIGN(p) _ALIGN(p)

thanks, I will fix this ASAP too

fixed in branch c++ commit 57621f2