From 241a65a92a1027c42574e5f56e9540f69bf29eb5 Mon Sep 17 00:00:00 2001 From: Cory McWilliams Date: Sun, 15 Sep 2024 12:52:28 -0400 Subject: [PATCH] sus. Disable a warning in c-ares during ltcg with gcc 13 on Haiku. --- GNUmakefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index 68f2dd1a..519a3421 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -35,7 +35,8 @@ BUILD_TYPES := debug release CFLAGS += -Dstatic_assert=_Static_assert LDFLAGS += \ -lbsd \ - -lnetwork + -lnetwork \ + -Wno-stringop-overflow else ifeq ($(UNAME_S),OpenBSD) BUILD_TYPES := debug release CFLAGS += \