summaryrefslogtreecommitdiffstats
path: root/src/hs-client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/hs-client.cpp')
-rw-r--r--src/hs-client.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/hs-client.cpp b/src/hs-client.cpp
index 9494f70..185b423 100644
--- a/src/hs-client.cpp
+++ b/src/hs-client.cpp
@@ -85,6 +85,8 @@ HS_Client::~HS_Client()
*/
int HS_Client::tap_shortcut(afb_req_t request)
{
+ (void) request;
+
AFB_INFO("request appid = %s.", my_id.c_str());
struct json_object* push_obj = json_object_new_object();
hs_add_object_to_json_object_str( push_obj, 4, _application_id, my_id.c_str(),