Fix GCC 12.1 warning false positives (#4246)

This commit is contained in:
Tyler Veness
2022-05-18 12:22:10 -07:00
committed by GitHub
parent 5876b40f08
commit 6a4752dcdc
15 changed files with 144 additions and 36 deletions

View File

@@ -1,7 +1,7 @@
From bb42f9b81e12e52b5401c4afa879242b46615a4e Mon Sep 17 00:00:00 2001
From d4f625eae1faf75f3a195f7a918d6d09c626243e Mon Sep 17 00:00:00 2001
From: PJ Reiniger <pj.reiniger@gmail.com>
Date: Tue, 26 Apr 2022 15:01:25 -0400
Subject: [PATCH 1/6] Fix missing casts
Subject: [PATCH 1/7] Fix missing casts
---
include/uv/unix.h | 2 +-
@@ -1414,5 +1414,5 @@ index 7ca83213..d1cd19ba 100644
if (*utf16 == NULL)
return UV_ENOMEM;
--
2.20.1.windows.1
2.36.1