Use p_new instead of xmalloc()
[apps/madmutt.git] / cflags.mk
index 1e4dafa..a734def 100644 (file)
--- a/cflags.mk
+++ b/cflags.mk
@@ -44,6 +44,6 @@ CFLAGS += -Wpointer-arith
 # warn about multiple declarations
 CFLAGS += -Wredundant-decls
 # warn if the format string is not a string literal
-CFLAGS += -Wformat-nonliteral
+#CFLAGS += -Wformat-nonliteral
 # missing prototypes
 CFLAGS += -Wmissing-prototypes