tor

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

commit 167e5be05694208fd8804a2d60526e74c2ca97f4
parent e5f4642db3f7cc2ff66d74a8837d0aa24034cdfa
Author: Nick Mathewson <nickm@torproject.org>
Date:   Tue, 30 May 2017 08:33:14 -0400

changes file for 22446

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): + - Add "Falls through" comments to our codebase in order to silence + GCC 7's -Wimplicit-fallthrough warnings. Patch from Andreas Stieger. + Closes ticket 22446.