From: Bernhard Voelker Date: Mon, 22 May 2017 11:45:45 +0000 (+0100) Subject: fallthrough: reinstate a FALLTHROUGH instance in quotearg X-Git-Tag: v1.0~6121 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=949b6cc651daf4a031a03cfaf2fda06ed633e8b7;p=gnulib.git fallthrough: reinstate a FALLTHROUGH instance in quotearg quotearg.c: Reinstate this instance which is significant when the if branch is not taken. --- diff --git a/ChangeLog b/ChangeLog index 8a4120d572..049a3930e3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2017-05-22 Bernhard Voelker + + fallthrough: reinstate a FALLTHROUGH instance in quotearg + quotearg.c: Reinstate this instance which is significant + when the if branch is not taken. + 2017-05-21 Bruno Haible gnulib-tool: Add options to create hard links. diff --git a/lib/quotearg.c b/lib/quotearg.c index f6570330b9..f1bdf317a3 100644 --- a/lib/quotearg.c +++ b/lib/quotearg.c @@ -513,6 +513,7 @@ quotearg_buffer_restyled (char *buffer, size_t buffersize, if (quoting_style == shell_always_quoting_style && elide_outer_quotes) goto force_outer_quoting_style; + FALLTHROUGH; c_escape: if (backslash_escapes) {