diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-05-10 10:18:10 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-05-10 13:03:20 +0200 |
commit | c327acab9e5a49b0967c15adb923d99fed5bbc1c (patch) | |
tree | b170d80108ad03fc21ed8b2fbac05f6c708f7c4c /extensions/source/activex | |
parent | 90af0348216a5a3c2eecd660e012500d2917b279 (diff) |
remove globally disabled warnings from source files
Change-Id: Ic7b092a24b4d1e48ca11e53b507da5c2bfdeabe8
Diffstat (limited to 'extensions/source/activex')
-rw-r--r-- | extensions/source/activex/SOActiveX.cxx | 3 | ||||
-rw-r--r-- | extensions/source/activex/SOActiveX.h | 3 | ||||
-rw-r--r-- | extensions/source/activex/StdAfx2.h | 3 |
3 files changed, 0 insertions, 9 deletions
diff --git a/extensions/source/activex/SOActiveX.cxx b/extensions/source/activex/SOActiveX.cxx index 5df0c1111736..fdb312e39105 100644 --- a/extensions/source/activex/SOActiveX.cxx +++ b/extensions/source/activex/SOActiveX.cxx @@ -19,9 +19,6 @@ // SOActiveX.cpp : Implementation of CSOActiveX -#pragma warning (disable:4505) -// permanently suppress "unreferenced local function has been removed" warning - #pragma warning (push,1) #pragma warning (disable:4265) diff --git a/extensions/source/activex/SOActiveX.h b/extensions/source/activex/SOActiveX.h index 97ec5a2cd12f..515b0ee5d2e5 100644 --- a/extensions/source/activex/SOActiveX.h +++ b/extensions/source/activex/SOActiveX.h @@ -24,9 +24,6 @@ #include "resource.h" -#pragma warning (disable:4505) - // permanently suppress "unreferenced local function has been removed" warning - #pragma warning (push,1) #pragma warning (disable:4265) diff --git a/extensions/source/activex/StdAfx2.h b/extensions/source/activex/StdAfx2.h index 4d9ba1d7231d..484edfcf988b 100644 --- a/extensions/source/activex/StdAfx2.h +++ b/extensions/source/activex/StdAfx2.h @@ -35,9 +35,6 @@ #define _ATL_APARTMENT_THREADED #define _ATL_STATIC_REGISTRY -#pragma warning (disable:4505) - // globally disable "unreferenced local function has been removed" - #pragma warning (push,1) #pragma warning (disable:4548) // expression before comma has no effect; expected expression with side-effect |