From 3b5a06794fee0f0dd8cf14769391553adbdddbca Mon Sep 17 00:00:00 2001 From: Cory McWilliams Date: Wed, 25 Sep 2024 12:11:17 -0400 Subject: [PATCH] libuv 1.49.0. --- GNUmakefile | 5 ++++- deps/libuv | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index 519a3421..b38ea73c 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -503,7 +503,10 @@ $(UV_OBJS): CFLAGS += \ -Wno-unused-result \ -Wno-unused-variable $(UV_OBJS): CFLAGS += -fno-lto -$(filter out/win%,$(UV_OBJS)): CFLAGS += -Wno-cast-function-type +$(filter out/win%,$(UV_OBJS)): \ + CFLAGS += \ + -Wno-cast-function-type \ + -Wno-missing-braces ifeq ($(UNAME_S),Linux) $(UV_OBJS): CFLAGS += \ -D_GNU_SOURCE diff --git a/deps/libuv b/deps/libuv index e9f29cb9..d2e56a5e 160000 --- a/deps/libuv +++ b/deps/libuv @@ -1 +1 @@ -Subproject commit e9f29cb984231524e3931aa0ae2c5dae1a32884e +Subproject commit d2e56a5e8d3e39947b78405ca6e4727c70f5568a