mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 21:53:48 +01:00
d6e6c63baf
On OpenBSD 5.4, time_t is a 32-bit integer. These instances contain implicit treatment of long and time_t as comparable types, so explicitly cast to time_t.
5 lines
210 B
Plaintext
5 lines
210 B
Plaintext
o Minor bugfixes (build):
|
|
- Resolve clang complaints on OpenBSD with -Wshorten-64-to-32 due to
|
|
treatment of long and time_t as comparable types. Fixes part of bug 11633.
|
|
Patch from Dana Koch.
|