aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-02-11 16:46:07 -0500
committerBruce Hill <bruce@bruce-hill.com>2024-02-11 16:46:07 -0500
commit5f49677d763607ae8624eb9fc6933ce7cf871811 (patch)
tree4dde9ea093ca375d0c65d20118f9aa88ab8b1b02 /Makefile
parent8041d3047c5a4707b19d8b4444fd1d5c3c4f6064 (diff)
Bugfix for string literals and add support for printing patterns with
--verbose
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fb36a07..2026e30 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ CC=cc
PREFIX=/usr/local
SYSCONFDIR=/etc
CFLAGS=-std=c99 -Werror -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -flto=auto
-CWARN=-Wall -Wextra
+CWARN=-Wall -Wextra -Wno-format
# -Wpedantic -Wsign-conversion -Wtype-limits -Wunused-result -Wnull-dereference \
# -Waggregate-return -Walloc-zero -Walloca -Warith-conversion -Wcast-align -Wcast-align=strict \
# -Wdangling-else -Wdate-time -Wdisabled-optimization -Wdouble-promotion -Wduplicated-branches \