mirror of
https://github.com/alacritty/alacritty.git
synced 2025-04-21 18:02:37 -04:00
Fix warnings on macOS
This commit is contained in:
parent
f041ce0f59
commit
dd7eb92d68
1 changed files with 1 additions and 1 deletions
|
@ -313,7 +313,7 @@ impl Window {
|
|||
}
|
||||
|
||||
#[cfg(not(any(target_os = "linux", target_os = "freebsd", target_os = "dragonfly", target_os = "openbsd")))]
|
||||
pub fn send_xim_spot(&self, x: i16, y: i16) {
|
||||
pub fn send_xim_spot(&self, _x: i16, _y: i16) {
|
||||
}
|
||||
|
||||
#[cfg(not(target_os = "macos"))]
|
||||
|
|
Loading…
Add table
Reference in a new issue