Browse Source

Tests: Suppress MSVC CRT deprecation warnings in pseudo_llvm-rc

Brad King 3 years ago
parent
commit
c26b064b8c
1 changed files with 4 additions and 0 deletions
  1. 4 0
      Tests/RunCMake/pseudo_llvm-rc.c

+ 4 - 0
Tests/RunCMake/pseudo_llvm-rc.c

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