Add define to surface suite to quiet VS compiler warnings

This commit is contained in:
Andreas Schiffler 2012-12-30 11:12:31 -08:00
parent 1ab1039416
commit 485dd6420e

View file

@ -3,6 +3,10 @@
* Adapted/rewritten for test lib by Andreas Schiffler
*/
/* Supress C4996 VS compiler warnings for unlink() */
#define _CRT_SECURE_NO_DEPRECATE
#define _CRT_NONSTDC_NO_DEPRECATE
#include <stdio.h>
#include <sys/stat.h>