Eric Sunshine <sunshine@xxxxxxxxxxxxxx> writes: > These Apple-specific warnings are pure noise: they don't tell us > anything useful and we have no control over them, nor is Apple likely to > provide replacements any time soon. Such noise may obscure other > legitimate warnings, therefore silence them. Sad but it appears to me that it is the best we could do... Will queue. Thanks. > > Signed-off-by: Eric Sunshine <sunshine@xxxxxxxxxxxxxx> > --- > > Related discussion: > http://thread.gmane.org/gmane.comp.version-control.git/260463/ > > git-compat-util.h | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/git-compat-util.h b/git-compat-util.h > index 400e921..433b8f2 100644 > --- a/git-compat-util.h > +++ b/git-compat-util.h > @@ -211,8 +211,12 @@ extern char *gitbasename(char *); > #endif > > #ifndef NO_OPENSSL > +#define __AVAILABILITY_MACROS_USES_AVAILABILITY 0 > +#define MAC_OS_X_VERSION_MIN_REQUIRED MAC_OS_X_VERSION_10_6 > #include <openssl/ssl.h> > #include <openssl/err.h> > +#undef MAC_OS_X_VERSION_MIN_REQUIRED > +#undef __AVAILABILITY_MACROS_USES_AVAILABILITY > #endif > > /* On most systems <netdb.h> would have given us this, but -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html