aboutsummaryrefslogtreecommitdiffstats
path: root/src/homescreen.cpp
diff options
context:
space:
mode:
authorMarius Vlad <marius.vlad@collabora.com>2021-03-10 13:33:35 +0200
committerMarius Vlad <marius.vlad@collabora.com>2021-05-04 16:08:14 +0300
commit496e9aa2539afbe922d6df9f3da1b0384b1b1351 (patch)
tree3ddeb2578ad8ebde2f55b71976edd600b813dfd7 /src/homescreen.cpp
parente28441d440489ae5155dfc791c176bcfb2e3a679 (diff)
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 <marius.vlad@collabora.com> Change-Id: I17c7e61c0fd3b420a4c76fa40fe6486d2bad0c5e
Diffstat (limited to 'src/homescreen.cpp')
-rw-r--r--src/homescreen.cpp1
1 files changed, 1 insertions, 0 deletions
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;
}