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 /shell | |
parent | 90af0348216a5a3c2eecd660e012500d2917b279 (diff) |
remove globally disabled warnings from source files
Change-Id: Ic7b092a24b4d1e48ca11e53b507da5c2bfdeabe8
Diffstat (limited to 'shell')
-rw-r--r-- | shell/source/win32/shlxthandler/ooofilt/propspec.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/shell/source/win32/shlxthandler/ooofilt/propspec.cxx b/shell/source/win32/shlxthandler/ooofilt/propspec.cxx index 233cf86dca76..0860b3526a63 100644 --- a/shell/source/win32/shlxthandler/ooofilt/propspec.cxx +++ b/shell/source/win32/shlxthandler/ooofilt/propspec.cxx @@ -26,9 +26,6 @@ #pragma warning(push, 1) #endif #include <windows.h> -#ifdef _MSC_VER -#pragma warning(disable: 4512) -#endif #include <filter.h> #if defined _MSC_VER #pragma warning(pop) |