summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-05-30 08:33:14 -0400
committerNick Mathewson <nickm@torproject.org>2017-05-30 08:33:27 -0400
commit167e5be05694208fd8804a2d60526e74c2ca97f4 (patch)
treeb3f8733a624cf981042c4003996056f1f3506465 /changes
parente5f4642db3f7cc2ff66d74a8837d0aa24034cdfa (diff)
downloadtor-167e5be05694208fd8804a2d60526e74c2ca97f4.tar.gz
tor-167e5be05694208fd8804a2d60526e74c2ca97f4.zip
changes file for 22446
Diffstat (limited to 'changes')
-rw-r--r--changes/bug224464
1 files changed, 4 insertions, 0 deletions
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.