From 9c9771ba1586594c4021c3088055a397823e6742 Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Tue, 29 Oct 2019 08:18:40 -0700 Subject: Fixed few compiler warnings --- Tests/TestApp/src/TestShaderResourceLayout.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Tests/TestApp/src/TestShaderResourceLayout.cpp') diff --git a/Tests/TestApp/src/TestShaderResourceLayout.cpp b/Tests/TestApp/src/TestShaderResourceLayout.cpp index 27871f0..c827683 100644 --- a/Tests/TestApp/src/TestShaderResourceLayout.cpp +++ b/Tests/TestApp/src/TestShaderResourceLayout.cpp @@ -286,7 +286,7 @@ TestShaderResourceLayout::TestShaderResourceLayout( IRenderDevice *pDevice, IDev pTestPSO->GetStaticVariableByName(SHADER_TYPE_VERTEX, "g_StorageTexelBuff")->Set(pStorageTexelBuffUAV); pTestPSO->GetStaticVariableByName(SHADER_TYPE_VERTEX, "g_tex2D_Mut"); auto* pStaticSam = pTestPSO->GetStaticVariableByName(SHADER_TYPE_VERTEX, "g_Sam_static"); - VERIFY_EXPR(pStaticSam == nullptr); + VERIFY_EXPR(pStaticSam == nullptr); (void)pStaticSam; auto NumVSVars = pTestPSO->GetStaticVariableCount(SHADER_TYPE_VERTEX); -- cgit v1.2.3