diff options
author | Nick Mathewson <nickm@torproject.org> | 2021-01-19 12:44:59 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2021-01-19 12:44:59 -0500 |
commit | 2d5b21598ea04b3beb59cb678d8b438b27c45ee1 (patch) | |
tree | f815bcf55ecadf379d089929b68e70c6b576d71d /changes | |
parent | 7a82fbfdaba39745cdb8f8a123b9844f3cb3df09 (diff) | |
parent | fa8ecf88202dfe3af9e02331ca9dee6768870911 (diff) | |
download | tor-2d5b21598ea04b3beb59cb678d8b438b27c45ee1.tar.gz tor-2d5b21598ea04b3beb59cb678d8b438b27c45ee1.zip |
Merge remote-tracking branch 'tor-gitlab/mr/259' into maint-0.3.5
Diffstat (limited to 'changes')
-rw-r--r-- | changes/40241_v2 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/40241_v2 b/changes/40241_v2 new file mode 100644 index 0000000000..85038297f7 --- /dev/null +++ b/changes/40241_v2 @@ -0,0 +1,4 @@ + o Minor bugfixes (compilation): + - Fix another warning about unreachable fallthrough annotations + when building with "--enable-all-bugs-are-fatal" on some compilers. + Fixes bug 40241; bugfix on 0.4.5.3-rc. |