From 40873b529c227b26cf2b3b0d092e2b3a4887dbb8 Mon Sep 17 00:00:00 2001 From: Cory McWilliams Date: Mon, 30 Sep 2024 12:37:41 -0400 Subject: [PATCH] build: Suppress a warning in libuv on arm. --- GNUmakefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index 732e7d35..7d1fa102 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -506,7 +506,8 @@ $(UV_OBJS): CFLAGS += \ -Wno-unused-but-set-parameter \ -Wno-unused-but-set-variable \ -Wno-unused-result \ - -Wno-unused-variable + -Wno-unused-variable \ + -Wno-nonnull $(UV_OBJS): CFLAGS += -fno-lto $(filter out/win%,$(UV_OBJS)): \ CFLAGS += \