Add FALLTHROUGH comment
authorChristos Zoulas <christos@zoulas.com>
Thu, 6 Oct 2011 14:58:35 +0000 (10:58 -0400)
committerChristos Zoulas <christos@zoulas.com>
Thu, 6 Oct 2011 14:58:35 +0000 (10:58 -0400)
amq/amq.c

index a9a6ad34b70fcafa84d2847d5a08beb18e30021a..0369951e0b081b00acd5cc8621a334e2c3fe57c5 100644 (file)
--- 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;
   }