mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 14:51:11 +01:00
7 lines
251 B
Text
7 lines
251 B
Text
|
o Minor bugfixes:
|
||
|
- The address of an array in the middle of a structure will
|
||
|
always be non-NULL. clang recognises this and complains.
|
||
|
Disable the tautologous and redundant check to silence
|
||
|
this warning.
|
||
|
Fixes bug 14001.
|