Closed v-dobrev closed 2 weeks ago
The warning that this PR fixes is:
lib/sdl_x11.cpp: In member function ‘virtual void SdlX11Platform::RegisterWindow(SDL_Window*)’: lib/sdl_x11.cpp:48:11: warning: unused variable ‘wnd’ [-Wunused-variable] 48 | Window wnd = sysinfo.info.x11.window; | ^~~
@najlkin and @justinlaughlin -- can I get another approval so we can merge this fix (it affects autotest)
The warning that this PR fixes is: