The mac compiler can't optimize out unused functions.

For some reason "configure" is explicitly NOT passing
LDOPTIMIZE="-Wl,--gc-sections" to the mac build. I don't know why,
but it means the linker includes unused functions in the binary,
and thus complains about unused dependencies being missing.
1 file changed