diff options
author | Nick Mathewson <nickm@torproject.org> | 2020-05-06 16:58:12 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-05-06 16:58:12 -0400 |
commit | ae1ebb5f44537acc04c0c0338c61b7bdf5a212dc (patch) | |
tree | a9d03c96743dc39dee897d56b1899d50bcd3bc85 | |
parent | c116728209e4ece3249564208e9387f67192a7f6 (diff) | |
parent | d46f67ef0e840760494e3411a00d13c6a35e7427 (diff) | |
download | tor-ae1ebb5f44537acc04c0c0338c61b7bdf5a212dc.tar.gz tor-ae1ebb5f44537acc04c0c0338c61b7bdf5a212dc.zip |
Merge branch 'maint-0.4.2' into maint-0.4.3
-rw-r--r-- | changes/bug34078 | 5 |
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. |