X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-args.c;fp=src%2Fafb-args.c;h=edc0a32f38dc568a70b1624c76f20994bcf275b8;hb=caea0053d2abc141ab585324fb51f8c536db249b;hp=b7ef1f597c5df016c0efbe610f7f71007a2889da;hpb=64ca02ceed8acd4b55e423de6b586a143f5a3c64;p=src%2Fapp-framework-binder.git diff --git a/src/afb-args.c b/src/afb-args.c index b7ef1f59..edc0a32f 100644 --- a/src/afb-args.c +++ b/src/afb-args.c @@ -574,6 +574,7 @@ static int config_has(struct json_object *config, int optid) return json_object_object_get_ex(config, name_of_optid(optid), NULL); } +__attribute__((unused)) static int config_has_bool(struct json_object *config, int optid) { struct json_object *x;