tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit d46f67ef0e840760494e3411a00d13c6a35e7427
parent 28ac17f433d954355494989983005498c7fe9292
Author: Nick Mathewson <nickm@torproject.org>
Date:   Wed,  6 May 2020 16:58:12 -0400

Merge branch 'maint-0.4.1' into maint-0.4.2

Diffstat:
Achanges/bug34078 | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/changes/bug34078 b/changes/bug34078 @@ -0,0 +1,5 @@ + o Minor bugfixes (compiler compatibility): + - Avoid compiler warnings from Clang 10 related to the use of + GCC-style "/* falls through */" comments. Both Clang and GCC allow + __attribute__((fallthrough)) instead, so that's what we're using now. + Fixes bug 34078; bugfix on 0.3.1.3-alpha.