From 496e9aa2539afbe922d6df9f3da1b0384b1b1351 Mon Sep 17 00:00:00 2001 From: Marius Vlad Date: Wed, 10 Mar 2021 13:33:35 +0200 Subject: src/homescreen, hs-client, hs-proxy: Fix trivial unused warnings As we're now using Werror, need clean-up some trivial bits. Bug-AGL: SPEC-3843 Signed-off-by: Marius Vlad Change-Id: I17c7e61c0fd3b420a4c76fa40fe6486d2bad0c5e --- src/homescreen.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/homescreen.cpp') 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; } -- cgit 1.2.3-korg