diff options
author | Andreas Stieger <astieger@suse.com> | 2017-05-31 11:54:11 +0200 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-09-11 17:45:07 -0400 |
commit | b81a2e8f46bf5951a9dd0890f7e1420cf3a6a57c (patch) | |
tree | 727398fd2b0ff5defce6290350bd13daea6381f8 /changes | |
parent | 6a49e3360bcb30b267da4a47af749bd4571ee72d (diff) | |
download | tor-b81a2e8f46bf5951a9dd0890f7e1420cf3a6a57c.tar.gz tor-b81a2e8f46bf5951a9dd0890f7e1420cf3a6a57c.zip |
Fix GCC 7 -Wimplicit-fallthrough warnings (32 bit)
Add magic comments recognized by default -Wimplicit-fallthrough=3
Follow-up to e5f464, fixes Ticket 22446 for 32 bit.
[nick notes: Backport from 0.3.1.3-alpha.]
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. |