summaryrefslogtreecommitdiffstats
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-03-30 16:21:46 +0300
commit59df995dea5814c0a764ebc3cdad5d408f13793c (patch)
tree0a0ba1da6e7bbe0ff8399925498423bd0419ebb4 /src/homescreen.cpp
parent7916f25315b90c5f24038f94a71c28dc17c8ba45 (diff)
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;
}