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
Set _CRT_SECURE_NO_WARNINGS in gsw_check_functions.c
This ignores MSVC warnings about unsafe functions in the gsw_check_functions.c
file (strcpy strncat strcat). While the security advice may be sound in the
context of the main library, these functions are are not a security risk in
the context of this test executable.
0 commit comments