[wpinet] Fix libuv unused variable warning on Mac (#4299)

This commit is contained in:
Peter Johnson
2022-06-09 23:30:16 -07:00
committed by GitHub
parent 30f5b68264
commit 41d40dd62f
11 changed files with 124 additions and 98 deletions

View File

@@ -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