Sync to trunk r38500
[reactos.git] / reactos / tools / rbuild / backend / msvc / msvc.cpp
index 573fc36..5cf3168 100644 (file)
@@ -21,6 +21,7 @@
  */
 #ifdef _MSC_VER
 #pragma warning ( disable : 4786 )
+#pragma warning ( disable : 4996 )
 #endif//_MSC_VER
 
 #include <iostream>