Module Name:    src
Committed By:   christos
Date:           Mon Mar  4 19:41:51 UTC 2019

Modified Files:
        src/external/bsd/jemalloc/lib: Makefile.inc

Log Message:
no need to elide format-non-literal


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/bsd/jemalloc/lib/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/bsd/jemalloc/lib/Makefile.inc
diff -u src/external/bsd/jemalloc/lib/Makefile.inc:1.1 src/external/bsd/jemalloc/lib/Makefile.inc:1.2
--- src/external/bsd/jemalloc/lib/Makefile.inc:1.1	Mon Mar  4 12:29:24 2019
+++ src/external/bsd/jemalloc/lib/Makefile.inc	Mon Mar  4 14:41:51 2019
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.inc,v 1.1 2019/03/04 17:29:24 christos Exp $
+#	$NetBSD: Makefile.inc,v 1.2 2019/03/04 19:41:51 christos Exp $
 
 JEMALLOC:=${.PARSEDIR}/../
 
@@ -42,7 +42,7 @@ COPTS.${i}+= -fvisibility=hidden -funrol
 
 COPTS.background_thread.c+=-Wno-error=stack-protector
 COPTS.ctl.c+=-Wno-error=stack-protector
-COPTS.stats.c+=-Wno-error=stack-protector -Wno-error=format-nonliteral
+COPTS.stats.c+=-Wno-error=stack-protector
 COPTS.tcache.c+=-Wno-error=stack-protector
 
 SRCS+=${JEMALLOC_SRCS}

Reply via email to