Skip to content

Commit a27394d

Browse files
committed
disp/vulkan_sdl3: Comment out unused param
1 parent 654b15b commit a27394d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/video_display/vulkan/vulkan_sdl3.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -771,7 +771,7 @@ vulkan_sdl3_set_window_position(state_vulkan_sdl3 *s,
771771
return false;
772772
}
773773

774-
void* display_vulkan_init(module* parent, const char* fmt, unsigned int flags) {
774+
void* display_vulkan_init(module* parent, const char* fmt, unsigned int /*flags*/) {
775775
sdl_set_log_level();
776776

777777
auto s = std::make_unique<state_vulkan_sdl3>(parent);

0 commit comments

Comments
 (0)