diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-09-11 17:49:18 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-09-11 17:49:18 -0400 |
commit | 2b26815e09760cc84b18791bdbfca27c7b8334f4 (patch) | |
tree | 5ece956fc3700f53b3c32e2292303b2d7e749de9 /changes | |
parent | c894e9d3d44bceaf209a9b73c2c43911af3eb1a8 (diff) | |
parent | 6cd5a80275614105ccf8794465b6ba5c0c5e8f3f (diff) | |
download | tor-2b26815e09760cc84b18791bdbfca27c7b8334f4.tar.gz tor-2b26815e09760cc84b18791bdbfca27c7b8334f4.zip |
Merge branch 'maint-0.2.9' into maint-0.3.0
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug22446 | 4 |
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. |