We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c37da0b commit 83e3565Copy full SHA for 83e3565
tools/clang/unittests/HLSLExec/HlslExecTestUtils.cpp
@@ -84,8 +84,8 @@ static bool createDevice(
84
85
) {
86
if (*D3DDevice)
87
- LogWarningFmt(L"createDevice called with non-null *D3DDevice - "
88
- L"this will likely leak the previous device");
+ LogErrorFmt(L"createDevice called with non-null *D3DDevice - "
+ L"this will likely leak the previous device");
89
if (TestModel > D3D_HIGHEST_SHADER_MODEL) {
90
const UINT Minor = (UINT)TestModel & 0x0f;
91
LogCommentFmt(L"Installed SDK does not support "
0 commit comments