mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
[ATL]
- silence "unused but set" warning svn path=/trunk/; revision=57908
This commit is contained in:
parent
ac12febb5b
commit
45ed0bc0ac
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ class CComAutoCriticalSection : public CComCriticalSection
|
|||
public:
|
||||
CComAutoCriticalSection()
|
||||
{
|
||||
HRESULT hResult;
|
||||
HRESULT hResult __MINGW_ATTRIB_UNUSED;
|
||||
|
||||
hResult = CComCriticalSection::Init();
|
||||
ATLASSERT(SUCCEEDED(hResult));
|
||||
|
|
Loading…
Reference in a new issue