From: Nick Mathewson Date: Tue, 30 May 2017 12:33:14 +0000 (-0400) Subject: changes file for 22446 X-Git-Tag: tor-0.3.1.3-alpha~27 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=167e5be05694208fd8804a2d60526e74c2ca97f4;p=thirdparty%2Ftor.git changes file for 22446 --- diff --git a/changes/bug22446 b/changes/bug22446 new file mode 100644 index 0000000000..5932a2e84b --- /dev/null +++ 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.