Turn off MSVC anti-portability propaganda in test program.

This commit is contained in:
Ryan C. Gordon 2017-07-12 20:59:37 -04:00
parent a25569ba14
commit 4438fe14cf
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@
* This file written by Ryan C. Gordon. * This file written by Ryan C. Gordon.
*/ */
#define _CRT_SECURE_NO_WARNINGS 1
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <errno.h> #include <errno.h>