From dd15b70f67b7de8ddc499ab682c2d47419e93b5c Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Tue, 29 Apr 2025 15:26:29 -0400 Subject: Remove warning flag --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6d81be94..30076663 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ CCONFIG=-std=c2x -fPIC \ LTO= LDFLAGS= INCLUDE_DIRS= -CWARN=-Wall -Wextra -Wno-format -Wshadow \ +CWARN=-Wall -Wextra -Wno-format -Wno-format-security -Wshadow \ -Wno-pedantic \ -Wno-pointer-arith \ -Wtype-limits -Wunused-result -Wnull-dereference \ -- cgit v1.2.3