aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 \