common.c:2417:11: warning: 'finite' is deprecated: first deprecated in macOS 10.9 [-Wdeprecated-declarations] return !finite ((double)fval.fpf); ^ /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:757:12: note: 'finite' has been explicitly marked deprecated here extern int finite(double) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_9, __IPHONE_NA, __IPHONE_NA); ^ common.c:2420:11: warning: 'finite' is deprecated: first deprecated in macOS 10.9 [-Wdeprecated-declarations] return !finite (fval.fpd); ^ /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:757:12: note: 'finite' has been explicitly marked deprecated here extern int finite(double) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_9, __IPHONE_NA, __IPHONE_NA); ^ 2 warnings generated. numeric.c:851:36: warning: 'finite' is deprecated: first deprecated in macOS 10.9 [-Wdeprecated-declarations] if (ud.l1 == 0 || ud.l1 == t1 || !finite (v)) { ^ /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:757:12: note: 'finite' has been explicitly marked deprecated here extern int finite(double) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_9, __IPHONE_NA, __IPHONE_NA); ^ numeric.c:916:7: warning: 'finite' is deprecated: first deprecated in macOS 10.9 [-Wdeprecated-declarations] if (!finite (v)) { ^ /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/math.h:757:12: note: 'finite' has been explicitly marked deprecated here extern int finite(double) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_9, __IPHONE_NA, __IPHONE_NA); ^ 2 warnings generated. fileio.c:646:4: warning: implicit declaration of function 'fdatasync' is invalid in C99 [-Wimplicit-function-declaration] fdcobsync (f->fd); ^ fileio.c:84:19: note: expanded from macro 'fdcobsync' #define fdcobsync fdatasync ^ 1 warning generated. intrinsic.c:6156:6: warning: comparison of array 'format_str' not equal to a null pointer is always true [-Wtautological-pointer-compare] if (format_str != NULL) { ^~~~~~~~~~ ~~~~ intrinsic.c:6260:6: warning: comparison of array 'fmt_str' not equal to a null pointer is always true [-Wtautological-pointer-compare] if (fmt_str != NULL) { ^~~~~~~ ~~~~ 2 warnings generated. codegen.c:8180:29: warning: use of logical '&&' with constant operand [-Wconstant-logical-operand] CB_SIZES (param_list_elt) && CB_SIZE_UNSIGNED; ^ ~~~~~~~~~~~~~~~~ codegen.c:8180:29: note: use '&' for a bitwise operation CB_SIZES (param_list_elt) && CB_SIZE_UNSIGNED; ^~ & codegen.c:8180:29: note: remove constant to silence this warning CB_SIZES (param_list_elt) && CB_SIZE_UNSIGNED; ~^~~~~~~~~~~~~~~~~~~ 1 warning generated. warning: unknown remark option '-R/opt/pkg/lib' [-Wunknown-warning-option] 1 warning generated.