diff options
Diffstat (limited to 'engine/src/windowing.rs')
| -rw-r--r-- | engine/src/windowing.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engine/src/windowing.rs b/engine/src/windowing.rs index 5142072..6d14af1 100644 --- a/engine/src/windowing.rs +++ b/engine/src/windowing.rs @@ -985,6 +985,7 @@ enum NativeMonitorId fn get_monitor_native_id( monitor: &WinitMonitorHandle, + #[allow(unused)] // Only used when target OS is linux event_loop: &ActiveEventLoop, ) -> NativeMonitorId { |
