mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-13 06:33:44 +01:00
05194cce62
We still want to build on compilers w/o c99 support, such as (notoriously, shamefully) MSVC. So I'm commenting out the designated initializers in circuitmux_ewma.c. The alternative would have been to use some kind of macros to use designated initializers only when they're supported, but that's error-prone, and can lead to code having different meanings under different compilers. Bug 7286; fix on 0.2.4.4-alpha; spotted by Gisle Vanem.
4 lines
148 B
Plaintext
4 lines
148 B
Plaintext
o Minor bugfixes:
|
|
- Compile correctly on compilers without C99 designated initializer
|
|
support. Fixes bug 7286; bugfix on 0.2.4.4-alpha.
|