tor

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

commit e3caad0ea1fedd8d13b6772d0f848a5dd417bf12
parent b719fa7efe8678cc5d90a57ea3c1fe370246a473
Author: Nick Mathewson <nickm@torproject.org>
Date:   Mon, 11 Sep 2017 17:49:18 -0400

Merge branch 'maint-0.3.1'

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

diff --git a/changes/bug22446 b/changes/bug22446 @@ -0,0 +1,4 @@ + o Minor features (code style, backport from 0.3.1.3-alpha): + - Add "Falls through" comments to our codebase, in order to silence + GCC 7's -Wimplicit-fallthrough warnings. Patch from Andreas + Stieger. Closes ticket 22446.