Not sure what the fix should be, but I just saw this while building on OSX:
../../src/bitcoind.cpp:166:17: warning: 'daemon' is deprecated: first deprecated in macOS 10.5 - Use posix_spawn APIs instead. [-Wdeprecated-declarations]
if (daemon(1, 0)) { ^
/usr/include/stdlib.h:285:6: note: 'daemon' has been explicitly marked deprecated here
int daemon(int, int) DARWIN_1050(daemon) OSX_AVAILABLE_BUT_DEPRECATED_MSG(MAC_10_0, MAC_10_5, IPHONE_2_0, IPHONE_2_0, "Use posix_spawn APIs instea...