summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-09-11 17:49:18 -0400
committerNick Mathewson <nickm@torproject.org>2017-09-11 17:49:18 -0400
commite3caad0ea1fedd8d13b6772d0f848a5dd417bf12 (patch)
tree05b64992cee9c1f74c4eaa1ec14ac51e7cfdb587 /changes
parentb719fa7efe8678cc5d90a57ea3c1fe370246a473 (diff)
parenteaa8224cef25c1fb27b5f2ef14f836325439f10e (diff)
downloadtor-e3caad0ea1fedd8d13b6772d0f848a5dd417bf12.tar.gz
tor-e3caad0ea1fedd8d13b6772d0f848a5dd417bf12.zip
Merge branch 'maint-0.3.1'
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..eab65aac00
--- /dev/null
+++ 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.