-
- Downloads
Fix compiler warning about signed/unsigned conversion.
``` src/feature/stats/rephist.c: In function ‘overload_happened_recently’: src/feature/stats/rephist.c:215:21: error: comparison between signed and unsigned integer expressions [-Werror=sign-compare] if (overload_time > approx_time() - 3600 * n_hours) { ``` from tpo/core/tor#40341 (comment 2729364)
Please register or sign in to comment