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 += \