From 4438fe14cfe5d6cd2d0f1c422c80b81719429926 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Wed, 12 Jul 2017 20:59:37 -0400 Subject: [PATCH] Turn off MSVC anti-portability propaganda in test program. --- test/test_physfs.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/test_physfs.c b/test/test_physfs.c index b569d71..e80e08d 100644 --- a/test/test_physfs.c +++ b/test/test_physfs.c @@ -6,6 +6,8 @@ * This file written by Ryan C. Gordon. */ +#define _CRT_SECURE_NO_WARNINGS 1 + #include #include #include