iraf-v216 · Code · Issues (50) · Pull requests (81)
iraf.net Issue #43
[macintel] memlog.c does not compile
closed olebole opened this issue on 2017-05-08
olebole commented on 2017-05-08
On MacOS 64bit, sys/memdbg/memlog.c
does not compile:
xc -c -w memlog.c
memlog.c:157:6: error: non-void function 'zmemlg_' should return a value [-Wreturn-type]
return;
^
memlog.c:167:3: error: non-void function 'zmemlg_' should return a value [-Wreturn-type]
return;
^
2 errors generated.
Full build log here.
This does not happen on Linux.
Fixed in #75
Last updated on 2017-05-21