vlc/vlc-3.0 | branch: master | Hugo Beauzée-Luyssen <[email protected]> | Thu Jan 10 10:01:37 2019 +0100| [6ee2e1d9986541aa8c46a6f1879209fa50d98e9f] | committer: Hugo Beauzée-Luyssen
chroma: d3d11: Silence unused parameters warnings (cherry picked from commit a2c8b82b690d242bf4430e8fdc326af8a980ba95) Signed-off-by: Hugo Beauzée-Luyssen <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=6ee2e1d9986541aa8c46a6f1879209fa50d98e9f --- modules/video_chroma/d3d11_fmt.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/video_chroma/d3d11_fmt.c b/modules/video_chroma/d3d11_fmt.c index 992573b803..c8f5928fbc 100644 --- a/modules/video_chroma/d3d11_fmt.c +++ b/modules/video_chroma/d3d11_fmt.c @@ -238,6 +238,8 @@ void D3D11_GetDriverVersion(vlc_object_t *obj, d3d11_device_t *d3d_dev) #else /* VLC_WINSTORE_APP */ void D3D11_GetDriverVersion(vlc_object_t *obj, d3d11_device_t *d3d_dev) { + VLC_UNUSED(obj); + VLC_UNUSED(d3d_dev); return; } #endif /* VLC_WINSTORE_APP */ _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
