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.
2 parents 225c8c6 + fe1322c commit 3b7547fCopy full SHA for 3b7547f
drivers/d3d12/d3d12ma.cpp
@@ -28,6 +28,14 @@
28
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
29
/**************************************************************************/
30
31
-#include "rendering_context_driver_d3d12.h"
+// Wrapper needed to set the required rpcndr version for MinGW compatibility.
32
+// Since we're compiling thirdparty code in a Godot SCons environment with
33
+// warnings enabled, we also need to silence them manually.
34
+
35
+#include "rendering_device_driver_d3d12.h" // For __REQUIRED_RPCNDR_H_VERSION__.
36
37
+GODOT_GCC_WARNING_PUSH_AND_IGNORE("-Wmaybe-uninitialized")
38
39
#include <D3D12MemAlloc.cpp>
40
41
+GODOT_GCC_WARNING_POP
0 commit comments