globmatch: Add globmatch to wrap fnmatch
[src/app-framework-binder.git] / src / afb-args.c
index b7ef1f5..edc0a32 100644 (file)
@@ -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;