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

Build: #5948
Status: Still Failing

Duration: 29 minutes and 6 seconds
Commit: d485640 (master)
Author: Viktor Szakats
Message: s_client: avoid warning on Windows/MS-DOS systems

it appears when using gcc/mingw:
```
apps/s_client.c:815:9: warning: variable 'at_eof' set but not used 
[-Wunused-but-set-variable]
     int at_eof = 0;
         ^~~~~~
```
Reviewed-by: Matt Caswell <m...@openssl.org>
Reviewed-by: Rich Salz <rs...@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1512)

View the changeset: 
https://github.com/openssl/openssl/compare/35c11bfc69e6...d485640b8083

View the full build log and details: 
https://travis-ci.org/openssl/openssl/builds/159590184

--

You can configure recipients for build notifications in your .travis.yml file. 
See https://docs.travis-ci.com/user/notifications

_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits

Reply via email to