Blame SOURCES/0013-Document-implicit-fallthrough.patch

360211
From 4b9e7cf3e869de36daf2ea705b9efef55ae87ef8 Mon Sep 17 00:00:00 2001
360211
From: Peter Jones <pjones@redhat.com>
360211
Date: Sat, 8 Jul 2017 16:31:18 -0400
360211
Subject: [PATCH 13/29] Document implicit fallthrough.
360211
360211
Signed-off-by: Peter Jones <pjones@redhat.com>
360211
---
360211
 src/authvar.c | 1 +
360211
 1 file changed, 1 insertion(+)
360211
360211
diff --git a/src/authvar.c b/src/authvar.c
360211
index ad659ca..03e0c47 100644
360211
--- a/src/authvar.c
360211
+++ b/src/authvar.c
360211
@@ -511,6 +511,7 @@ main(int argc, char *argv[])
360211
 	case IMPORT|SET:
360211
 	case IMPORT|SIGN|SET:
360211
 		fprintf(stderr, "authvar: not implemented\n");
360211
+		/* fallthrough. */
360211
 	case IMPORT|SIGN|EXPORT:
360211
 	default:
360211
 		fprintf(stderr, "authvar: invalid flags: ");
360211
-- 
360211
2.13.4
360211