Temporarily remove build/win32/vs10/glib.sln
[platform/upstream/glib.git] / msvc_recommended_pragmas.h
index ee34eef..cb9370c 100644 (file)
@@ -26,3 +26,6 @@
 
 #pragma warning(disable:4244)  /* No possible loss of data warnings */
 #pragma warning(disable:4305)   /* No truncation from int to char warnings */
+
+/* work around Microsoft's premature attempt to deprecate the C-Library */
+#pragma warning(disable:4996)   /* This function or variable may be unsafe. */