Turn off printf format checking for BIO_printf et al on Mac OS/X
authorRichard Levitte <levitte@openssl.org>
Fri, 9 Feb 2018 12:45:58 +0000 (13:45 +0100)
committerRichard Levitte <levitte@openssl.org>
Fri, 9 Feb 2018 13:06:41 +0000 (14:06 +0100)
commitf3ac964ba431c91b3a8b47f2ad2e82ee52fcc5ff
tree20751c1d9f8192ef5ec576188f9a1cd5848fe02e
parenta699b8e4ca106a1aade0cc741eca63a61d44b90f
Turn off printf format checking for BIO_printf et al on Mac OS/X

Mac OS/X has a type for %j that doesn't agree with how we define it,
which gives incorrect warnings.  The easiest way out of that situation
is simply to turn off that check on Mac OS/X.

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5302)
include/openssl/bio.h