mirror of
https://github.com/transmission/transmission.git
synced 2026-02-21 10:17:47 +00:00
* fix: rename variable to avoid shadow warning w/UTP * fix: add default dtor for tr_strbuf * fix: implicit conversion may lose precision * fix: use init-statement to reduce variable scope * fix: implicit conversion may lose precision * fix: extract the assignment from this expression * fix: use init-statement to reduce variable scope * fix: use init-statement to reduce variable scope * fix: do not mix public and private data members * fix: add a condition to cv.wait call * fix: do not throw uncaught exceptions in destructor