[openssl-dev] [openssl.org #3984] [PATCH] Fix clang compiler warning where %ld is used for uint64_t on Mac OS X
Committed in fb029cebaeb6b0dbdb05a26a515e38a52a3c0fa1. ___ openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev
Re: [openssl-dev] [openssl.org #3984] [PATCH] Fix clang compiler warning where %ld is used for uint64_t on Mac OS X
It would be nice to get this or some other fix in; I have to go back and cherry-pick this commit any time I want to build on OS X. -Ben Kaduk ___ openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev
[openssl-dev] [openssl.org #3984] [PATCH] Fix clang compiler warning where %ld is used for uint64_t on Mac OS X
See PR: https://github.com/openssl/openssl/pull/362 I'm really not sure if this is the best fix or not (or even if it is reliable on older platforms) - but it cleared the error on my Mac OS X system, and didn't appear to cause any issues on an Ubuntu or FreeBSD distribution I tested on and I think it should fall back to current behavior in worst case. Without this fix we can't compile with "--strict-warnings" on Mac OS X. Cheers, Adam ___ openssl-bugs-mod mailing list openssl-bugs-...@openssl.org https://mta.openssl.org/mailman/listinfo/openssl-bugs-mod___ openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev