From 45ed0bc0acedf3f4169d3d331329ab7283247f48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Gardou?= Date: Thu, 13 Dec 2012 18:38:46 +0000 Subject: [PATCH] [ATL] - silence "unused but set" warning svn path=/trunk/; revision=57908 --- reactos/lib/atl/atlcore.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/lib/atl/atlcore.h b/reactos/lib/atl/atlcore.h index 08e19d41382..935b31ed72c 100644 --- a/reactos/lib/atl/atlcore.h +++ b/reactos/lib/atl/atlcore.h @@ -101,7 +101,7 @@ class CComAutoCriticalSection : public CComCriticalSection public: CComAutoCriticalSection() { - HRESULT hResult; + HRESULT hResult __MINGW_ATTRIB_UNUSED; hResult = CComCriticalSection::Init(); ATLASSERT(SUCCEEDED(hResult));