d3d11videosink: Fix MSVC build warnings around UWP code
authorSeungha Yang <seungha@centricular.com>
Mon, 18 Jan 2021 11:28:14 +0000 (20:28 +0900)
committerGStreamer Merge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Tue, 19 Jan 2021 11:23:56 +0000 (11:23 +0000)
commit96923c4fa22089c04625b2f74003c8f7f61bf5cf
tree4815dc04b2c32c4ce14cc3d5f74bc37c5caadade
parentd16b5b7f7f5342bed933478bcccdac02d0477038
d3d11videosink: Fix MSVC build warnings around UWP code

gstd3d11window_corewindow.cpp(408): warning C4189:
  'storage': local variable is initialized but not referenced
gstd3d11window_corewindow.cpp(490): warning C4189:
  'self': local variable is initialized but not referenced
gstd3d11window_swapchainpanel.cpp(481): warning C4189:
  'self': local variable is initialized but not referenced

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1962>
sys/d3d11/gstd3d11window_corewindow.cpp
sys/d3d11/gstd3d11window_swapchainpanel.cpp