X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-api.c;h=897810a32bfb841082b0076d9bbe552f5f052adf;hb=65353dce81a629e042800bb7b86fcd869a76727e;hp=bb172d7e5ecb8f99be470fc4db45337b4e9ee779;hpb=a8e971702f23ee67e02b4716ad4159f12cefdca6;p=src%2Fapp-framework-binder.git diff --git a/src/afb-api.c b/src/afb-api.c index bb172d7e..897810a3 100644 --- a/src/afb-api.c +++ b/src/afb-api.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017 "IoT.bzh" + * Copyright (C) 2015-2020 "IoT.bzh" * Author "Fulup Ar Foll" * Author José Bollo * @@ -44,6 +44,7 @@ int afb_api_is_valid_name(const char *name) default: if (c > ' ') break; + /*@fallthrough@*/ case '"': case '#': case '%':