1
0
Fork 0
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:
Joe Wilm 2017-08-09 13:24:03 -05:00 committed by Joe Wilm
parent f041ce0f59
commit dd7eb92d68

View file

@ -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"))]