mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-09 20:53:45 +01:00
4c0e9f1418
This should be a completely harmless warning as we only check whether the fields are true or false. Closes #40911.
6 lines
235 B
Plaintext
6 lines
235 B
Plaintext
o Minor bugfixes (compiler warnings):
|
|
- Make sure the two bitfields in the half-closed edge struct are
|
|
unsigned, as we're using them for boolean values and assign 1 to
|
|
them. Fixes bug 40911; bugfix on 0.4.7.2-alpha.
|
|
|