diff options
author | Marius Vlad <marius.vlad@collabora.com> | 2021-03-10 13:33:35 +0200 |
---|---|---|
committer | Marius Vlad <marius.vlad@collabora.com> | 2021-03-10 14:40:00 +0200 |
commit | a8f66206b9b6700151e513c6f8f3fcce844c15b3 (patch) | |
tree | 2f5749cae9a6088c162214c13aa22db18da7d5a9 /src/homescreen.cpp | |
parent | 93496db04da524dfafa6e80c8d865cf53db81cf3 (diff) |
src/homescreen, hs-client, hs-proxy: Fix trivial unused warningslamprey_11.91.0lamprey/11.91.011.91.0
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.cpp | 1 |
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; } |