aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-04-29 15:26:29 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-04-29 15:26:29 -0400
commitdd15b70f67b7de8ddc499ab682c2d47419e93b5c (patch)
treecd4f84537ac20ec415516629b738b17a3360df91
parentdd0bdbda0df31222d2db0d952995b46932432448 (diff)
Remove warning flag
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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 \