aboutsummaryrefslogtreecommitdiff
path: root/changes/bug22446
diff options
context:
space:
mode:
Diffstat (limited to 'changes/bug22446')
-rw-r--r--changes/bug224464
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug22446 b/changes/bug22446
new file mode 100644
index 0000000000..eab65aac00
--- /dev/null
+++ 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.