diff options
Diffstat (limited to 'test/plist_cmp.c')
-rw-r--r-- | test/plist_cmp.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/plist_cmp.c b/test/plist_cmp.c index 1a66119..386264a 100644 --- a/test/plist_cmp.c +++ b/test/plist_cmp.c @@ -27,6 +27,10 @@ #include <string.h> #include <sys/stat.h> +#ifdef _MSC_VER +#pragma warning(disable:4996) +#endif + char compare_plist(plist_t node_l, plist_t node_r) { plist_t cur_l = NULL; |