mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
[ATL]
- silence "unused but set" warning svn path=/trunk/; revision=57908
This commit is contained in:
@@ -101,7 +101,7 @@ class CComAutoCriticalSection : public CComCriticalSection
|
||||
public:
|
||||
CComAutoCriticalSection()
|
||||
{
|
||||
HRESULT hResult;
|
||||
HRESULT hResult __MINGW_ATTRIB_UNUSED;
|
||||
|
||||
hResult = CComCriticalSection::Init();
|
||||
ATLASSERT(SUCCEEDED(hResult));
|
||||
|
||||
Reference in New Issue
Block a user