Commit d46f67ef authored by Nick Mathewson's avatar Nick Mathewson 🤹
Browse files

Merge branch 'maint-0.4.1' into maint-0.4.2

parents 28ac17f4 633366ef
Loading
Loading
Loading
Loading

changes/bug34078

0 → 100644
+5 −0
Original line number Diff line number Diff line
  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.