From 8536ad3b42d135fcbab23229316827eae616c87d Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Mon, 28 Oct 2019 23:32:59 -0700 Subject: Fixed few clang warnings --- Tests/TestApp/src/RenderScriptTest.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Tests/TestApp/src/RenderScriptTest.cpp') diff --git a/Tests/TestApp/src/RenderScriptTest.cpp b/Tests/TestApp/src/RenderScriptTest.cpp index b0ffe8f..e847d26 100644 --- a/Tests/TestApp/src/RenderScriptTest.cpp +++ b/Tests/TestApp/src/RenderScriptTest.cpp @@ -373,7 +373,8 @@ RenderScriptTest::RenderScriptTest( IRenderDevice *pRenderDevice, IDeviceContext assert( Desc.NumMipLevels == 2 ); assert( Desc.FirstArraySlice == 3 ); assert( Desc.NumArraySlices == 4 ); - + (void)Desc; + pScript->Run( "TestTextureViewArg", pTestTestTextureView ); } } -- cgit v1.2.3