aboutsummaryrefslogtreecommitdiffstats
path: root/example
diff options
context:
space:
mode:
Diffstat (limited to 'example')
-rw-r--r--example/hello.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/example/hello.c b/example/hello.c
index 41ef753..a7b433e 100644
--- a/example/hello.c
+++ b/example/hello.c
@@ -14,6 +14,7 @@ char *app_id;
int hello(cJSON *data)
{
+ (void)(data);
print("hello: hello from userland!");
return 0;