diff options
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; } { |
