summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-05-06 16:58:12 -0400
committerNick Mathewson <nickm@torproject.org>2020-05-06 16:58:12 -0400
commite39b35f1de689fd1ad1ad3a6a902bf6371e6f5ce (patch)
tree32bb431ee3f35488fc479c2885bcae6c2c4eeba3 /changes
parent4a2347d2902c2688e766e4a83a5db69847b7b578 (diff)
parentae1ebb5f44537acc04c0c0338c61b7bdf5a212dc (diff)
downloadtor-e39b35f1de689fd1ad1ad3a6a902bf6371e6f5ce.tar.gz
tor-e39b35f1de689fd1ad1ad3a6a902bf6371e6f5ce.zip
Merge branch 'maint-0.4.3'
Diffstat (limited to 'changes')
-rw-r--r--changes/bug340785
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug34078 b/changes/bug34078
new file mode 100644
index 0000000000..1015d24547
--- /dev/null
+++ b/changes/bug34078
@@ -0,0 +1,5 @@
+ o Minor bugfixes (compiler compatibility):
+ - Avoid compiler warnings from Clang 10 related to the use of
+ GCC-style "/* falls through */" comments. Both Clang and GCC allow
+ __attribute__((fallthrough)) instead, so that's what we're using now.
+ Fixes bug 34078; bugfix on 0.3.1.3-alpha.