We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44a7046 commit d0b5e12Copy full SHA for d0b5e12
src/xrCore/Debug/DXGetErrorDescription.inl
@@ -1,3 +1,6 @@
1
+// XXX: don't use strcpy_s/wcscpy_s functions
2
+#pragma warning(push)
3
+#pragma warning(disable:4995) // strcpy_s marked as deprecated
4
if ( !count )
5
return;
6
@@ -444,3 +447,4 @@ switch (hr)
444
447
// -------------------------------------------------------------
445
448
CHK_ERR(XAPO_E_FORMAT_UNSUPPORTED, "Requested audio format unsupported.")
446
449
}
450
+#pragma warning(pop)
0 commit comments