Re: [PATCH] git-compat-util: suppress unavoidable Apple-specific deprecation warnings

2014-12-18 Thread Eric Sunshine
On Tue, Dec 16, 2014 at 6:19 PM, Eric Sunshine wrote: > With the release of Mac OS X 10.7 in July 2011, Apple deprecated all > openssl.h functionality due to OpenSSL ABI (application binary > interface) instability, resulting in an explosion of compilation > warnings about deprecated SSL, SHA1, an

Re: [PATCH] git-compat-util: suppress unavoidable Apple-specific deprecation warnings

2014-12-17 Thread Junio C Hamano
Eric Sunshine 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

[PATCH] git-compat-util: suppress unavoidable Apple-specific deprecation warnings

2014-12-16 Thread Eric Sunshine
With the release of Mac OS X 10.7 in July 2011, Apple deprecated all openssl.h functionality due to OpenSSL ABI (application binary interface) instability, resulting in an explosion of compilation warnings about deprecated SSL, SHA1, and X509 functions (among others). 61067954ce (cache.h: eliminat