summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-05-06 16:58:06 -0400
committerNick Mathewson <nickm@torproject.org>2020-05-06 16:58:06 -0400
commitdd795fbee4c7ec8ec6ecfed46d25551bc1164921 (patch)
tree8cc6170f21892d8fa7c9a1eef02a15641ca89a4a
parentcc397449fca8fb1559db3a790dffcd1e8046e86b (diff)
downloadtor-dd795fbee4c7ec8ec6ecfed46d25551bc1164921.tar.gz
tor-dd795fbee4c7ec8ec6ecfed46d25551bc1164921.zip
changes file for bug 34078.
-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.