Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Add define to surface suite to quiet VS compiler warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
ferzkopp committed Dec 30, 2012
1 parent 31caa97 commit f3266e7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/testautomation_surface.c
Expand Up @@ -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>

Expand Down

0 comments on commit f3266e7

Please sign in to comment.