diff --git a/gfx/video_driver.c b/gfx/video_driver.c index fd9154191a..e772669d49 100644 --- a/gfx/video_driver.c +++ b/gfx/video_driver.c @@ -1801,6 +1801,8 @@ bool video_driver_find_driver(void) current_video = NULL; + (void)hwr; + #if defined(HAVE_VULKAN) if (hwr && hw_render_context_is_vulkan(hwr->context_type)) {