diff options
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; } |