summaryrefslogtreecommitdiffstats
path: root/src/host.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/host.c')
-rw-r--r--src/host.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/host.c b/src/host.c
index f64f9c5..0eabb5a 100644
--- a/src/host.c
+++ b/src/host.c
@@ -81,6 +81,8 @@ SUIL_API
void
suil_init(int* argc, char*** argv, SuilArg key, ...)
{
+ (void)key;
+
suil_argc = argc ? *argc : 0;
suil_argv = argv ? *argv : NULL;