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)
committerJanusz Kozerski <j.kozerski@samsung.com>
Mon, 20 Oct 2014 13:26:06 +0000 (15:26 +0200)
commitfa17530e4cdbc3ef041321e986d91424bb2ee534
treeeb623383dfb4db1e94bfdbeab76ff938238fd792
parent360ea1882d5678330fc111419146d12e2a94d25f
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