Merge branch 'maint-0.3.5' into maint-0.4.1

This commit is contained in:
Nick Mathewson
2020-05-06 16:58:12 -04:00
+5
View File
@@ -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.