You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Windows: Fix compilation warnings with GCC 11.2.1
This commit is contained in:
@@ -197,9 +197,6 @@ Error GLManager_Windows::window_create(DisplayServer::WindowID p_window_id, HWND
|
||||
return FAILED;
|
||||
}
|
||||
|
||||
// the display could be invalid .. check NYI
|
||||
GLDisplay &gl_display = _displays[win.gldisplay_id];
|
||||
|
||||
// make current
|
||||
window_make_current(_windows.size() - 1);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user