aboutsummaryrefslogtreecommitdiff
path: root/src/or/geoip.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-11-02 13:14:39 -0400
committerNick Mathewson <nickm@torproject.org>2012-11-02 13:14:39 -0400
commit05194cce626ee40770ffa1772b78f2b728addf33 (patch)
treea22689948dc0af4ad9de1bddd276cdaf415fbc3c /src/or/geoip.h
parentae99fc1ccb91ff3f7f23962377a5ffe0d92ef9a1 (diff)
downloadtor-05194cce626ee40770ffa1772b78f2b728addf33.tar
tor-05194cce626ee40770ffa1772b78f2b728addf33.tar.gz
Avoid c99 designated initializers in circuitmux_ewma.c
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.
Diffstat (limited to 'src/or/geoip.h')
0 files changed, 0 insertions, 0 deletions