Add define to surface suite to quiet VS compiler warnings
This commit is contained in:
parent
1ab1039416
commit
485dd6420e
1 changed files with 4 additions and 0 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue