]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
changes file for bug 34078.
authorNick Mathewson <nickm@torproject.org>
Wed, 6 May 2020 20:58:06 +0000 (16:58 -0400)
committerNick Mathewson <nickm@torproject.org>
Wed, 6 May 2020 20:58:06 +0000 (16:58 -0400)
changes/bug34078 [new file with mode: 0644]

diff --git a/changes/bug34078 b/changes/bug34078
new file mode 100644 (file)
index 0000000..1015d24
--- /dev/null
@@ -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.