1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2026-02-08 20:50:09 +00:00

Fixed compiler warning

This commit is contained in:
Bryan Roe
2022-05-09 22:41:53 -07:00
parent 7c0dc07ee3
commit 646417b5a2

View File

@@ -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;