From: Christos Zoulas Date: Thu, 6 Oct 2011 14:58:35 +0000 (-0400) Subject: Add FALLTHROUGH comment X-Git-Url: https://git.fsl.cs.sunysb.edu/?a=commitdiff_plain;h=5ce289f52656433ff25ed8cc72305131211942d5;p=am-utils-6.2.git Add FALLTHROUGH comment --- diff --git a/amq/amq.c b/amq/amq.c index a9a6ad34..0369951e 100644 --- a/amq/amq.c +++ b/amq/amq.c @@ -394,6 +394,7 @@ amu_sync_umnt_to_retval(amq_sync_umnt *rv) */ return 0; } + /*FALLTHROUGH*/ default: return rv->au_etype; }