X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fhomescreen.cpp;fp=src%2Fhomescreen.cpp;h=8470635fabaeea7e7d4edf4b24850d1eced2c580;hb=a8f66206b9b6700151e513c6f8f3fcce844c15b3;hp=65c006474d48908fc3a1ff34a6b845eaf92f74a6;hpb=93496db04da524dfafa6e80c8d865cf53db81cf3;p=apps%2Fagl-service-homescreen.git diff --git a/src/homescreen.cpp b/src/homescreen.cpp index 65c0064..8470635 100644 --- a/src/homescreen.cpp +++ b/src/homescreen.cpp @@ -504,6 +504,7 @@ static const afb_verb_t verbs[]= { */ static int preinit(afb_api_t api) { + (void) api; AFB_DEBUG("binding preinit (was register)"); return 0; }