We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 83a5255 + 5ab356d commit e43a95cCopy full SHA for e43a95c
gsw_check_functions.c
@@ -2,6 +2,14 @@
2
** $Id: gsw_check_functions.c,v 0db1b20bdf1b 2015/08/26 21:39:20 fdelahoyde $
3
** $Version: 3.05.0-1 $
4
*/
5
+
6
+/* This ignores MSVC warnings about "unsafe: functions (strcpy, strncat,
7
+** strcat) in the gsw_check_functions.c file . While the security advice
8
+** may be sound in the context of the main library, these functions do not pose
9
+** a security risk in the context of this test executable.
10
+*/
11
+#define _CRT_SECURE_NO_WARNINGS
12
13
#include <stdio.h>
14
#include <stdarg.h>
15
#include <string.h>
0 commit comments