mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Fix warnings in test_util_formats.
Storing 255 into a char gives a warning when char is signed. Fixes bug 19682; bugfix on 0.2.8.1-alpha, where these tests were added.
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
o Minor bugfixes (compilation):
|
||||
- Fix compilation warning in the unit tests on systems where
|
||||
char is signed. Fixes bug 19682; bugfix on 0.2.8.1-alpha.
|
||||
Reference in New Issue
Block a user