From 3f5044e8657c02b8bfa4f62f8b23a4e5ca61e0af Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Fri, 16 Feb 2018 20:53:09 -0800 Subject: Fixed few compiler warnings --- Tests/TestApp/src/TestApp.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Tests/TestApp/src/TestApp.cpp') diff --git a/Tests/TestApp/src/TestApp.cpp b/Tests/TestApp/src/TestApp.cpp index ff2d928..c57cf97 100644 --- a/Tests/TestApp/src/TestApp.cpp +++ b/Tests/TestApp/src/TestApp.cpp @@ -427,8 +427,8 @@ void TestApp::WindowResize(int width, int height) if (m_pSwapChain) { m_pSwapChain->Resize(width, height); - auto SCWidth = m_pSwapChain->GetDesc().Width; - auto SCHeight = m_pSwapChain->GetDesc().Height; + //auto SCWidth = m_pSwapChain->GetDesc().Width; + //auto SCHeight = m_pSwapChain->GetDesc().Height; } -- cgit v1.2.3