diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2019-10-29 06:32:59 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2019-10-29 06:32:59 +0000 |
| commit | 8536ad3b42d135fcbab23229316827eae616c87d (patch) | |
| tree | b1fc72c262669309e91cd9e67b89b986e1f4ad42 /Tests/TestApp/src/TestDepthStencilState.cpp | |
| parent | Updated samples (fixed gcc error in NuklearDemo) (diff) | |
| download | DiligentEngine-8536ad3b42d135fcbab23229316827eae616c87d.tar.gz DiligentEngine-8536ad3b42d135fcbab23229316827eae616c87d.zip | |
Fixed few clang warnings
Diffstat (limited to 'Tests/TestApp/src/TestDepthStencilState.cpp')
| -rw-r--r-- | Tests/TestApp/src/TestDepthStencilState.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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; } { |
