From e87cd7382e9d876f03035b05ad4ed95b9a5acc05 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 2 Jan 2018 06:41:52 +0100 Subject: [PATCH] Silence warning --- gfx/video_driver.c | 2 ++ 1 file changed, 2 insertions(+) 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)) {