diff options
author | George Hazan <george.hazan@gmail.com> | 2014-12-14 22:48:19 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-12-14 22:48:19 +0000 |
commit | 0c47cccf75bb24c19096ed57dd2d28da66359821 (patch) | |
tree | 2bc88fb7b52908e996342bab5f3f8ee2a9960b5d /plugins/Clist_modern/src/hdr | |
parent | c730f12da81f636ecf65aa656a46b9337daaa37a (diff) |
all possible warnings fixed
git-svn-id: http://svn.miranda-ng.org/main/trunk@11426 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_modern/src/hdr')
-rw-r--r-- | plugins/Clist_modern/src/hdr/modern_commonprototypes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Clist_modern/src/hdr/modern_commonprototypes.h b/plugins/Clist_modern/src/hdr/modern_commonprototypes.h index 528ecf6d82..4aefa96a4d 100644 --- a/plugins/Clist_modern/src/hdr/modern_commonprototypes.h +++ b/plugins/Clist_modern/src/hdr/modern_commonprototypes.h @@ -70,6 +70,7 @@ extern BYTE gl_TrimText; class thread_catcher
{
HANDLE &m_ptr;
+ __forceinline thread_catcher& operator = (const thread_catcher &) {}
public:
__forceinline thread_catcher(HANDLE ¶m) : m_ptr(param) {}
|