From 646417b5a25fc37cc12236770a2cdc046865d8db Mon Sep 17 00:00:00 2001 From: Bryan Roe Date: Mon, 9 May 2022 22:41:53 -0700 Subject: [PATCH] Fixed compiler warning --- meshservice/ServiceMain.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/meshservice/ServiceMain.c b/meshservice/ServiceMain.c index e1b25d9..ae68530 100644 --- a/meshservice/ServiceMain.c +++ b/meshservice/ServiceMain.c @@ -427,9 +427,7 @@ duk_ret_t _start(duk_context *ctx) int wmain(int argc, char* wargv[]) { - int i; size_t str2len = 0;// , proxylen = 0, taglen = 0; - wchar_t str[_MAX_PATH]; ILib_DumpEnabledContext winException; int retCode = 0;