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