commit | 30eceb766a45893f1dfd31afa2b87498d14c26b1 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Mon May 11 14:42:56 2015 +0200 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Mon May 11 14:42:56 2015 +0200 |
tree | 32d5ea4bc5c75111ac946c6de82f46066f14d880 | |
parent | 8b431fbbec8e7bcfa35e20ca38a8573898613a56 [diff] |
Fix warning in ssl_pthread_server GCC 4.9 with ASan + UBSan on OS X complains that we were casting to int from a wider integer type. Anyway, this cast is totally non-portable (pthread_t could even be structure), switching to long gets rid of the warning...