commit | e9a70114a2b91a5d60f6205739d4207575e8495c | [log] [tgz] |
---|---|---|
author | Maxim Dounin <mdounin@mdounin.ru> | Wed May 28 17:41:44 2014 +0400 |
committer | Maxim Dounin <mdounin@mdounin.ru> | Wed May 28 17:41:44 2014 +0400 |
tree | 6a8875293be0213a9c593b8069ad61c098e0c7e3 | |
parent | ffe21776fa676d5d56ed3d6f263e09f89f5d7fd5 [diff] |
Configure: added -Wno-deprecated-declarations on OS X. Previous workaround to avoid warnings on OS X due to deprecated system OpenSSL library (introduced in a3870ea96ccd) no longer works, as the MAC_OS_X_VERSION_MIN_REQUIRED macro is ignored on OS X 10.9 if a compiler used supports __attribute__(availability).