Tests: Suppress MSVC CRT deprecation warnings in pseudo_llvm-rc

This commit is contained in:
Brad King
2022-02-02 14:45:39 -05:00
parent 9245925810
commit c26b064b8c

View File

@@ -1,3 +1,7 @@
#ifndef _CRT_SECURE_NO_WARNINGS
# define _CRT_SECURE_NO_WARNINGS
#endif
#include <stdio.h>
#include <string.h>