You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cliparser/argtable3.c: In function 'getopt_internal':
cliparser/argtable3.c:1710:3: warning: implicit declaration of function 'getenv_s'; did you mean 'getenv'? [-Wimplicit-function-declaration]
1710 | getenv_s(&requiredSize, NULL, 0, "POSIXLY_CORRECT");
| ^~~~~~~~
| getenv
This is on mingw. I propose to add the usual checks for the availability of this C11 extension:
Don't know. I never tried to build it. I am using the "amalgamation" argtable3.c instead.
.
I googled for this file and it seems to be part of Visual Studio. Therefore not available on msys2/mingw
This is on mingw. I propose to add the usual checks for the availability of this C11 extension:
The text was updated successfully, but these errors were encountered: