From: GitHub <no...@gi...> - 2013-10-24 12:42:52
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC.tokend Commit: ad65e0edd2ea349074728709a523a8c5e043354c https://github.com/OpenSC/OpenSC.tokend/commit/ad65e0edd2ea349074728709a523a8c5e043354c Author: Martin Paljak <ma...@ma...> Date: 2013-10-24 (Thu, 24 Oct 2013) Changed paths: M Tokend.xcodeproj/project.pbxproj Log Message: ----------- Add a note why OSX 10.8 SDK is used instead of 10.9 SDK Commit: a17ed16f90dbc43b2619754c485d59ba043fcc64 https://github.com/OpenSC/OpenSC.tokend/commit/a17ed16f90dbc43b2619754c485d59ba043fcc64 Author: Martin Paljak <ma...@ma...> Date: 2013-10-24 (Thu, 24 Oct 2013) Changed paths: M build/security_cdsa_utilities.framework/Versions/A/Headers/cssmpods.h Log Message: ----------- Silence a compiler warning, with something that looks like the possibly intended behavior but is the opposite of the compiler order of evaluation. /Users/martin/OpenSC/OpenSC.tokend/build/security_cdsa_utilities.framework/Headers/cssmpods.h:59:22: warning: operator '<<' has lower precedence than '+'; '+' will be evaluated first [-Wshift-op-parentheses] Compare: https://github.com/OpenSC/OpenSC.tokend/compare/b438a9b30ad7...a17ed16f90db |