diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-05-30 08:33:14 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-05-30 08:33:27 -0400 |
commit | 167e5be05694208fd8804a2d60526e74c2ca97f4 (patch) | |
tree | b3f8733a624cf981042c4003996056f1f3506465 /changes | |
parent | e5f4642db3f7cc2ff66d74a8837d0aa24034cdfa (diff) | |
download | tor-167e5be05694208fd8804a2d60526e74c2ca97f4.tar.gz tor-167e5be05694208fd8804a2d60526e74c2ca97f4.zip |
changes file for 22446
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..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. |