mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-04 03:11:43 +00:00
[wpinet] Fix libuv unused variable warning on Mac (#4299)
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
From 1a02de906b6182af54eeafff465d51364c0bbcc4 Mon Sep 17 00:00:00 2001
|
||||
From dd043b401ad19dd0e80b196a24b10e46c26d3053 Mon Sep 17 00:00:00 2001
|
||||
From: PJ Reiniger <pj.reiniger@gmail.com>
|
||||
Date: Tue, 26 Apr 2022 15:24:47 -0400
|
||||
Subject: [PATCH 4/8] Cleanup problematic language
|
||||
Subject: [PATCH 4/9] Cleanup problematic language
|
||||
|
||||
---
|
||||
src/unix/tty.c | 21 +++++++++++----------
|
||||
1 file changed, 11 insertions(+), 10 deletions(-)
|
||||
|
||||
diff --git a/src/unix/tty.c b/src/unix/tty.c
|
||||
index 9442cf16..89766884 100644
|
||||
index 9442cf1..8976688 100644
|
||||
--- a/src/unix/tty.c
|
||||
+++ b/src/unix/tty.c
|
||||
@@ -66,7 +66,7 @@ static int orig_termios_fd = -1;
|
||||
@@ -60,5 +60,5 @@ index 9442cf16..89766884 100644
|
||||
else
|
||||
r = -1;
|
||||
--
|
||||
2.36.1
|
||||
2.25.1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user