]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
changes file for 22446
authorNick Mathewson <nickm@torproject.org>
Tue, 30 May 2017 12:33:14 +0000 (08:33 -0400)
committerNick Mathewson <nickm@torproject.org>
Tue, 30 May 2017 12:33:27 +0000 (08:33 -0400)
changes/bug22446 [new file with mode: 0644]

diff --git a/changes/bug22446 b/changes/bug22446
new file mode 100644 (file)
index 0000000..5932a2e
--- /dev/null
@@ -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.