diff options
author | Mike Kaganski <mike.kaganski@collabora.com> | 2018-01-31 09:41:59 +0300 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2018-01-31 21:01:17 +0100 |
commit | bca11ff008b53764cf248eff485bdb24c41b6fa3 (patch) | |
tree | 940db4c9540b9e78b4f1fe2a360a260458a79b90 /avmedia/source/win/player.cxx | |
parent | 453cb4dfa5c563fcfe723a9193246873ebc83b1e (diff) |
avmedia: MSVC: pragma warning: make more specific, remove obsolete
Change-Id: I6274d563f9bb4f1f173d0d5d25239e5617ee064c
Reviewed-on: https://gerrit.libreoffice.org/48946
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'avmedia/source/win/player.cxx')
-rw-r--r-- | avmedia/source/win/player.cxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/avmedia/source/win/player.cxx b/avmedia/source/win/player.cxx index 4aef762f63bd..12e2abd65290 100644 --- a/avmedia/source/win/player.cxx +++ b/avmedia/source/win/player.cxx @@ -17,18 +17,11 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#if defined _MSC_VER -#pragma warning(push, 1) -#pragma warning(disable: 4917) -#endif #include <objbase.h> #include <strmif.h> #include <control.h> #include <uuids.h> #include <evcode.h> -#if defined _MSC_VER -#pragma warning(pop) -#endif #include "player.hxx" #include "framegrabber.hxx" |