Fixed Dead Code Warning

Disabled dead code warning.
This commit is contained in:
TheRealDust
2024-07-02 11:22:28 +10:00
parent 315c9e22d5
commit ad94eeb136

View File

@@ -547,6 +547,7 @@ impl GLContext {
pub struct WindowContext {
subsystem: VideoSubsystem,
raw: *mut sys::SDL_Window,
#[allow(dead_code)]
pub(crate) metal_view: sys::SDL_MetalView,
}