vlc | branch: master | Hugo Beauzée-Luyssen <[email protected]> | Thu Jan 10 10:01:37 2019 +0100| [a2c8b82b690d242bf4430e8fdc326af8a980ba95] | committer: Hugo Beauzée-Luyssen
chroma: d3d11: Silence unused parameters warnings > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a2c8b82b690d242bf4430e8fdc326af8a980ba95 --- 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 84248391bb..d39c04881d 100644 --- a/modules/video_chroma/d3d11_fmt.c +++ b/modules/video_chroma/d3d11_fmt.c @@ -227,6 +227,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
