Pārlūkot izejas kodu

changes file for 22446

Nick Mathewson 8 gadi atpakaļ
vecāks
revīzija
167e5be056
1 mainītis faili ar 4 papildinājumiem un 0 dzēšanām
  1. 4 0
      changes/bug22446

+ 4 - 0
changes/bug22446

@@ -0,0 +1,4 @@
+  o Minor features (code style):
+    - Add "Falls through" comments to our codebase in order to silence
+      GCC 7's -Wimplicit-fallthrough warnings. Patch from Andreas Stieger.
+      Closes ticket 22446.