Commit d8ab9fd6 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Win32: fix a small warning

parent 1032cea7
......@@ -231,6 +231,7 @@ static void Swap(vlc_gl_t *gl)
static void *OurGetProcAddress(vlc_gl_t *gl, const char *name)
{
VLC_UNUSED(gl);
return wglGetProcAddress(name);
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment