Errored: openssl/openssl#33168 (master - 0acaa79)

Travis CI builds at travis-ci.org
Mon Mar 16 11:11:45 UTC 2020


Build Update for openssl/openssl
-------------------------------------

Build: #33168
Status: Errored

Duration: 56 mins and 23 secs
Commit: 0acaa79 (master)
Author: Xiaokang Qian
Message: Fix the compile error once enabled Werror

On 32 bit operating system,size_t is defined as unsigned int,
this is the return type of strlen(), but it isn't aligned with the %ld,
when compiling, warning will be reported.
Change the type to %zu to avoid the warning.

Change-Id: I2943d0dfba88ef42892f14230242008473d6263b

Reviewed-by: Matt Caswell <matt at openssl.org>
Reviewed-by: Tomas Mraz <tmraz at fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/11325)

View the changeset: https://github.com/openssl/openssl/compare/074a6e86e695...0acaa795b3f5

View the full build log and details: https://travis-ci.org/github/openssl/openssl/builds/662993428?utm_medium=notification&utm_source=email

--

You can unsubscribe from build emails from the openssl/openssl repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=5849220&utm_medium=notification&utm_source=email.
Or unsubscribe from *all* email updating your settings at https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notification&utm_source=email.
Or configure specific recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mta.openssl.org/pipermail/openssl-commits/attachments/20200316/dc908a7c/attachment.html>


More information about the openssl-commits mailing list