diff options
author | Nick Mathewson <nickm@torproject.org> | 2021-01-19 12:49:22 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2021-01-19 12:49:22 -0500 |
commit | 4c82c2d1d4a9800f82bcc47c227a8e6a2a0d168d (patch) | |
tree | 01485c268d706df11a9e22fa6e137836e8e29497 /changes | |
parent | 61ee17eb1e3b0c7b92bfa80f3f0f7cbb986db71b (diff) | |
parent | a22bfe04bcb106b14e2416e39dc9f43dc82eeba0 (diff) | |
download | tor-4c82c2d1d4a9800f82bcc47c227a8e6a2a0d168d.tar.gz tor-4c82c2d1d4a9800f82bcc47c227a8e6a2a0d168d.zip |
Merge branch 'maint-0.4.3' into maint-0.4.4
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. |