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/TestDepthStencilState.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'Tests/TestApp/src/TestDepthStencilState.cpp') diff --git a/Tests/TestApp/src/TestDepthStencilState.cpp b/Tests/TestApp/src/TestDepthStencilState.cpp index 8127f12..5730cc3 100644 --- a/Tests/TestApp/src/TestDepthStencilState.cpp +++ b/Tests/TestApp/src/TestDepthStencilState.cpp @@ -158,6 +158,7 @@ TestDepthStencilState::TestDepthStencilState( IRenderDevice *pDevice, IDeviceCon assert( DSSDesc2.BackFace.StencilDepthFailOp == STENCIL_OP_DECR_SAT ); assert( DSSDesc2.BackFace.StencilPassOp == STENCIL_OP_INVERT ); assert( DSSDesc2.BackFace.StencilFunc == COMPARISON_FUNC_NOT_EQUAL ); + (void)DSSDesc2; } { -- cgit v1.2.3