From dceef2706058b867d7756f13dcfecebf01d9e532 Mon Sep 17 00:00:00 2001 From: Max Hausch Date: Tue, 1 Feb 2022 18:16:32 +0100 Subject: [PATCH] Disable failing on warnings no-error=stringop-truncation no-error=format-truncation= --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 479d4aa9..d81ef47e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -17,7 +17,7 @@ AM_CPPFLAGS = $(SSL_CFLAGS) -g AM_CPPFLAGS += -I $(top_srcdir)/include AM_CPPFLAGS += -I $(top_srcdir)/lib -AM_CFLAGS = -Wstrict-prototypes -Werror +AM_CFLAGS = -Wstrict-prototypes -Werror -Wno-error=stringop-truncation -Wno-error=format-truncation= if NDEBUG AM_CPPFLAGS += -DNDEBUG