aboutsummaryrefslogtreecommitdiffstats
path: root/src/afm-launch.c
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2017-09-05 14:35:13 +0200
committerJosé Bollo <jose.bollo@iot.bzh>2017-09-05 14:35:13 +0200
commitc4579930a9961da68fe9e07594a9f893f11b83d2 (patch)
tree4d1eb2262e049ca284db806aae8fa33290ba17dd /src/afm-launch.c
parent037d537b635b5136f0ffe25627dcac8a810c7418 (diff)
Fix warnings 'implicit-fallthrough' of gcc 7
Change-Id: I32b42fd8db481fcbdce4b934fc990c118293850d Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'src/afm-launch.c')
-rw-r--r--src/afm-launch.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/afm-launch.c b/src/afm-launch.c
index d80e43b..1a354a1 100644
--- a/src/afm-launch.c
+++ b/src/afm-launch.c
@@ -610,6 +610,7 @@ static union arguments instantiate_arguments(
break;
case '%':
c = 0;
+ /*@fallthrough@*/
default:
mini[1] = c;
v = mini;