summaryrefslogtreecommitdiffstats
path: root/test/plist_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/plist_test.c')
-rw-r--r--test/plist_test.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/test/plist_test.c b/test/plist_test.c
index a4dd714..069701e 100644
--- a/test/plist_test.c
+++ b/test/plist_test.c
@@ -27,6 +27,11 @@
#include <string.h>
#include <sys/stat.h>
+#ifdef _MSC_VER
+#pragma warning(disable:4996)
+#endif
+
+
int main(int argc, char *argv[])
{
FILE *iplist = NULL;
@@ -40,7 +45,6 @@ int main(int argc, char *argv[])
int size_out = 0;
int size_out2 = 0;
char *file_in = NULL;
- char *file_out[512];
struct stat *filestats = (struct stat *) malloc(sizeof(struct stat));
if (argc!= 2) {
printf("Wrong input\n");