Make sure that disabling the MAYLOSEDATA3 warning is only done when the compiler...
authorRichard Levitte <richard@levitte.org>
Sat, 14 Jun 2014 13:13:44 +0000 (15:13 +0200)
committerRichard Levitte <levitte@openssl.org>
Wed, 15 Oct 2014 08:47:12 +0000 (10:47 +0200)
commit17d45dec4dfadf30ba1de622b929751a3887ff08
tree84d48a8ce964e6e25f847497ddee3248f5339609
parent6bfe55380abbf7528e04e59f18921bd6c896af1c
Make sure that disabling the MAYLOSEDATA3 warning is only done when the compiler supports it. Otherwise, there are warnings about it lacking everywhere, which is quite tedious to read through while trying to check for other warnings.

Reviewed-by: Tim Hudson <tjh@openssl.org>
apps/makeapps.com
crypto/crypto-lib.com
engines/makeengines.com
ssl/ssl-lib.com