commit eaa8224cef25c1fb27b5f2ef14f836325439f10e parent d4f87073aec5e8ef6090cf8f246ffd7483968567 Author: Nick Mathewson <nickm@torproject.org> Date: Mon, 11 Sep 2017 17:49:18 -0400 Merge branch 'maint-0.3.0' into maint-0.3.1 Diffstat:
| A | changes/bug22446 | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/changes/bug22446 b/changes/bug22446 @@ -0,0 +1,4 @@ + o Minor features (code style, backport from 0.3.1.3-alpha): + - Add "Falls through" comments to our codebase, in order to silence + GCC 7's -Wimplicit-fallthrough warnings. Patch from Andreas + Stieger. Closes ticket 22446.