summaryrefslogtreecommitdiffstats
path: root/onlineupdate/source/libmar
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2017-09-13 20:44:42 +0200
committerMichael Stahl <mstahl@redhat.com>2017-09-13 20:55:56 +0200
commit7af14994b58e8d81cb6bdfc5ffd444f564d4355b (patch)
treef0d8f730e2340aac4bdd3ea3cb65a8b55d960a8e /onlineupdate/source/libmar
parentupload libwpg 0.3.2 (diff)
downloadcore-7af14994b58e8d81cb6bdfc5ffd444f564d4355b.tar.gz
core-7af14994b58e8d81cb6bdfc5ffd444f564d4355b.zip
onlineupdate: work around GCC7 -Werror=implicit-fallthrough
This is pretty stupid, but oh well... Change-Id: I1e605b2858a917f61922df757809a2aceb14a914
Diffstat (limited to 'onlineupdate/source/libmar')
-rw-r--r--onlineupdate/source/libmar/tool/mar.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/onlineupdate/source/libmar/tool/mar.c b/onlineupdate/source/libmar/tool/mar.c
index d67935bd559d..3db3bb86e431 100644
--- a/onlineupdate/source/libmar/tool/mar.c
+++ b/onlineupdate/source/libmar/tool/mar.c
@@ -327,6 +327,7 @@ int main(int argc, char **argv) {
printf("\n");
/* The fall through from 'T' to 't' is intentional */
}
+ /* Fall through */
case 't':
return mar_test(argv[2]);