Merge remote-tracking branch 'karsten/geoip6-jul2014' into maint-0.2.4
[tor.git] / changes / bug10904
blob6f551ea412f5cab5856a768dcfa2852bca475989
1   o Minor bugfixes (compilation):
2     - Build without warnings under clang 3.4. (We have some macros that
3       define static functions only some of which will get used later in
4       the module. Starting with clang 3.4, these give a warning unless the
5       unused attribute is set on them.)