From 4eb442a9c45c6ad431bd9f87d01bb5cc6c99ac0f Mon Sep 17 00:00:00 2001 From: turret Date: Sun, 28 Sep 2025 22:52:34 -0500 Subject: misc: warning fixes --- example/hello.c | 1 + 1 file changed, 1 insertion(+) (limited to 'example/hello.c') 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; -- cgit v1.2.3